mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
compiler: move Optimizer function to transform package
This refactor is a prerequisite to much larger refactors in the compiler.
This commit is contained in:
committed by
Ron Evans
parent
78bd7e094f
commit
9d3de55229
@@ -5,8 +5,9 @@ package transform
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"github.com/tinygo-org/tinygo/compiler/llvmutil"
|
||||
"strconv"
|
||||
|
||||
"github.com/tinygo-org/tinygo/compiler/llvmutil"
|
||||
"tinygo.org/x/go-llvm"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user