Skip to content

Commit c8fa1b8

Browse files
authored
Fix typo (#5814)
1 parent db9efcb commit c8fa1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cranelift/codegen/src/opts/algebraic.isle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
x))
4343
(subsume x))
4444

45-
;; x*0 == 0*x == x.
45+
;; x*0 == 0*x == 0.
4646
(rule (simplify (imul ty
4747
_
4848
zero @ (iconst ty (u64_from_imm64 0))))

0 commit comments

Comments
 (0)