Commit 122ddbf9 by Jason R Thorpe Committed by Richard Henderson

* config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.

From-SVN: r33645
parent efdd2c06
2000-05-03 Jason R Thorpe <thorpej@zembu.com>
* config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
2000-05-03 Richard Henderson <rth@cygnus.com> 2000-05-03 Richard Henderson <rth@cygnus.com>
* mklibgcc.in: Restrict OLDCC=GCC test to native. Equate * mklibgcc.in: Restrict OLDCC=GCC test to native. Equate
......
...@@ -6561,7 +6561,7 @@ ...@@ -6561,7 +6561,7 @@
(lshiftrt:QI (match_operand:QI 1 "nonimmediate_operand" "0") (lshiftrt:QI (match_operand:QI 1 "nonimmediate_operand" "0")
(match_operand:QI 2 "immediate_operand" "I")) (match_operand:QI 2 "immediate_operand" "I"))
(const_int 0))) (const_int 0)))
(set (match_operand:QI 0 "nonimmediate_operand" "=rm") (set (match_operand:QI 0 "nonimmediate_operand" "=qm")
(lshiftrt:QI (match_dup 1) (match_dup 2)))] (lshiftrt:QI (match_dup 1) (match_dup 2)))]
"ix86_match_ccmode (insn, CCNOmode) "ix86_match_ccmode (insn, CCNOmode)
&& ix86_binary_operator_ok (LSHIFTRT, QImode, operands)" && ix86_binary_operator_ok (LSHIFTRT, QImode, operands)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment