mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 05:23:40 +00:00
Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it found (#4235)
This commit is contained in:
@@ -27,7 +27,7 @@ func OptimizePackage(mod llvm.Module, config *compileopts.Config) {
|
||||
// passes.
|
||||
//
|
||||
// Please note that some optimizations are not optional, thus Optimize must
|
||||
// alwasy be run before emitting machine code.
|
||||
// always be run before emitting machine code.
|
||||
func Optimize(mod llvm.Module, config *compileopts.Config) []error {
|
||||
optLevel, speedLevel, _ := config.OptLevel()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user