mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 12:04:03 +00:00
misspell.csv: add another misspelling. Fix by hand, since spellfix is too timid to fix in non-whitespace context?
This commit is contained in:
@@ -19,6 +19,7 @@ evironment,environment
|
|||||||
freqency,frequency
|
freqency,frequency
|
||||||
frquency,frequency
|
frquency,frequency
|
||||||
implmented,implemented
|
implmented,implemented
|
||||||
|
interrput,interrupt
|
||||||
interrut,interrupt
|
interrut,interrupt
|
||||||
interupt,interrupt
|
interupt,interrupt
|
||||||
measuing,measuring
|
measuing,measuring
|
||||||
|
|||||||
|
@@ -137,7 +137,7 @@ func LowerInterrupts(mod llvm.Module) []error {
|
|||||||
user.ReplaceAllUsesWith(llvm.ConstInt(user.Type(), uint64(num), true))
|
user.ReplaceAllUsesWith(llvm.ConstInt(user.Type(), uint64(num), true))
|
||||||
}
|
}
|
||||||
|
|
||||||
// The runtime/interrput.handle struct can finally be removed.
|
// The runtime/interrupt.handle struct can finally be removed.
|
||||||
// It would probably be eliminated anyway by a globaldce pass but it's
|
// It would probably be eliminated anyway by a globaldce pass but it's
|
||||||
// better to do it now to be sure.
|
// better to do it now to be sure.
|
||||||
handler.EraseFromParentAsGlobal()
|
handler.EraseFromParentAsGlobal()
|
||||||
|
|||||||
Reference in New Issue
Block a user