Skip to content

Commit

Permalink
Fix typo (#5814)
Browse files Browse the repository at this point in the history
  • Loading branch information
berkus authored Feb 17, 2023
1 parent db9efcb commit c8fa1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cranelift/codegen/src/opts/algebraic.isle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
x))
(subsume x))

;; x*0 == 0*x == x.
;; x*0 == 0*x == 0.
(rule (simplify (imul ty
_
zero @ (iconst ty (u64_from_imm64 0))))
Expand Down

0 comments on commit c8fa1b8

Please sign in to comment.