summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorm.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-14 15:46:02 +0000
committerm.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-14 15:46:02 +0000
commit3578bc9ab9c3a6a6fbc572420eeb3a9febda3e7d (patch)
treedda38e4e6606a09ec111ff46accd0426bfc9628d
parentf9a50f5729ffa2ecd972a8f64ba205486e1c7a09 (diff)
downloadppe42-gcc-3578bc9ab9c3a6a6fbc572420eeb3a9febda3e7d.tar.gz
ppe42-gcc-3578bc9ab9c3a6a6fbc572420eeb3a9febda3e7d.zip
X
* config/c4x/c4x.md (*umulqi3_highpart_clobber): Fix operand 2 constraints order. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26936 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/config/c4x/c4x.md2
1 files changed, 1 insertions, 1 deletions
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)"
OpenPOWER on IntegriCloud