mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 20:07:30 +08:00
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
This commit is contained in:
parent
af8b342afe
commit
f155b9434c
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user