(alpha_swapped_comparison_operator pattern): Fix asm operand typo in
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 21 Sep 1996 21:59:55 +0000 (17:59 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 21 Sep 1996 21:59:55 +0000 (17:59 -0400)
last change.

From-SVN: r12758

gcc/config/alpha/alpha.md

index 5ece6079982f683696b7e79a95ab46ace6054657..bddbeeda0428b6428dcc1126dede445528165458 100644 (file)
                           [(match_operand:DI 2 "reg_or_8bit_operand" "rI")
                            (match_operand:DI 3 "reg_or_0_operand" "rJ")]))]
   ""
-  "cmp%c1 $r3,%2,%0"
+  "cmp%c1 %r3,%2,%0"
   [(set_attr "type" "icmp")])
 
 ;; This pattern exists so conditional moves of SImode values are handled.