Skip to content

Commit

Permalink
Remove the explicit priority after #4661
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottt committed Aug 9, 2022
1 parent 3244874 commit 8f6762b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cranelift/codegen/src/isa/x64/inst.isle
Original file line number Diff line number Diff line change
Expand Up @@ -3184,7 +3184,7 @@
;; As a special case, reverse the arguments to the comparison when the LHS is a
;; constant. This ensures that we avoid moving the constant into a register when
;; performing the comparison.
(rule 1 (emit_cmp cc (and (simm32_from_value a) (value_type ty)) b)
(rule (emit_cmp cc (and (simm32_from_value a) (value_type ty)) b)
(let ((size OperandSize (raw_operand_size_of_type ty)))
(icmp_cond_result (x64_cmp size a b) (intcc_reverse cc))))

Expand Down

0 comments on commit 8f6762b

Please sign in to comment.