From f155b9434c51d61637f330c0699f2a1a6fac5663 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Fri, 14 May 1999 15:46:02 +0000 Subject: [PATCH] c4x.md (*umulqi3_highpart_clobber): Fix operand 2 constraints order. X * config/c4x/c4x.md (*umulqi3_highpart_clobber): Fix operand 2 constraints order. From-SVN: r26936 --- gcc/config/c4x/c4x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/c4x/c4x.md b/gcc/config/c4x/c4x.md index a4cb7b0900a..467bf100c35 100644 --- a/gcc/config/c4x/c4x.md +++ b/gcc/config/c4x/c4x.md @@ -2142,7 +2142,7 @@ (lshiftrt:HI (mult:HI (zero_extend:HI (match_operand:QI 1 "src_operand" "%0,rR,rS<>,0,rR,rS<>")) - (zero_extend:HI (match_operand:QI 2 "lsrc_operand" "JR,rS<>,rLm,JR,rS<>,rLm"))) + (zero_extend:HI (match_operand:QI 2 "lsrc_operand" "rLm,JR,rS<>,rLm,JR,rS<>"))) (const_int 32)))) (clobber (reg:CC_NOOV 21))] "! TARGET_C3X && valid_operands (MULT, operands, QImode)" -- 2.30.2