Commit 5148abe9 by Richard Kenner

(alpha_swapped_comparison_operator pattern): Fix asm operand typo in

last change.

From-SVN: r12758
parent fb19c17f
...@@ -1660,7 +1660,7 @@ ...@@ -1660,7 +1660,7 @@
[(match_operand:DI 2 "reg_or_8bit_operand" "rI") [(match_operand:DI 2 "reg_or_8bit_operand" "rI")
(match_operand:DI 3 "reg_or_0_operand" "rJ")]))] (match_operand:DI 3 "reg_or_0_operand" "rJ")]))]
"" ""
"cmp%c1 $r3,%2,%0" "cmp%c1 %r3,%2,%0"
[(set_attr "type" "icmp")]) [(set_attr "type" "icmp")])
;; This pattern exists so conditional moves of SImode values are handled. ;; This pattern exists so conditional moves of SImode values are handled.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment