diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 5ece6079982..bddbeeda042 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -1660,7 +1660,7 @@ [(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.