compiler: move Optimizer function to transform package

This refactor is a prerequisite to much larger refactors in the
compiler.
This commit is contained in:
Ayke van Laethem
2020-03-18 19:12:07 +01:00
committed by Ron Evans
parent 78bd7e094f
commit 9d3de55229
5 changed files with 252 additions and 239 deletions
+2 -1
View File
@@ -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"
)