* i386.md (addqi3_cc): Fix contraints.
From-SVN: r31851
This commit is contained in:
parent
1d3f28d4de
commit
4d6b6776c8
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue