Commit 4d6b6776 by Jan Hubicka Committed by Jeff Law

* i386.md (addqi3_cc): Fix contraints.

From-SVN: r31851
parent 1d3f28d4
Tue Feb 8 07:53:55 2000 Jan Hubicka <jh@suse.cz>
* i386.md (addqi3_cc): Fix contraints.
Tue Feb 8 01:39:45 2000 Hans-Peter Nilsson <hp@bitrange.com>
* function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
......
......@@ -3239,8 +3239,8 @@
(define_insn "addqi3_cc"
[(set (reg:CC 17) (plus:CC (match_operand:QI 1 "nonimmediate_operand" "%0,0")
(match_operand:QI 2 "general_operand" "ri,rm")))
(set (match_operand:QI 0 "nonimmediate_operand" "=rm,r")
(match_operand:QI 2 "general_operand" "qi,qm")))
(set (match_operand:QI 0 "nonimmediate_operand" "=qm,q")
(plus:QI (match_dup 1) (match_dup 2)))]
"ix86_binary_operator_ok (PLUS, QImode, operands)"
"add{b}\\t{%2, %0|%0, %2}"
......
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