From 5148abe95f9d6419a7f007f857a9e6350ee124c7 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 21 Sep 1996 17:59:55 -0400 Subject: [PATCH] (alpha_swapped_comparison_operator pattern): Fix asm operand typo in last change. From-SVN: r12758 --- gcc/config/alpha/alpha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2