diff --git a/cranelift/codegen/src/preopt.peepmatic b/cranelift/codegen/src/preopt.peepmatic index 791b1c30de..a571d82947 100644 --- a/cranelift/codegen/src/preopt.peepmatic +++ b/cranelift/codegen/src/preopt.peepmatic @@ -192,7 +192,7 @@ (is-power-of-two $C)) (ushr_imm $(log2 $C) $x)) -;; Reminder by a power of two -> bitwise and with decreased by one constant. +;; Remainder by a power of two -> bitwise and with decreased by one constant. (=> (when (urem_imm $C $x) (is-power-of-two $C) (fits-in-native-word $C))