c4x.md (*addqi3_noclobber_reload): Change operand 0 constraints to "a!r".

* config/c4x/c4x.md (*addqi3_noclobber_reload): Change operand 0
	constraints to "a!r".

From-SVN: r31072
This commit is contained in:
Michael Hayes 1999-12-22 09:50:19 +00:00 committed by Michael Hayes
parent 81b25f8042
commit f13734bb66
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-12-22 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.md (*addqi3_noclobber_reload): Change operand 0
constraints to "a!r".
1999-12-21 Mark Mitchell <mark@codesourcery.com>
* Makefile.in (calls.o): Depend on function.h.

View File

@ -1885,7 +1885,7 @@
; may be allocated to reload the PLUS and thus gen_reload will
; emit an add insn that may clobber CC.
(define_insn "*addqi3_noclobber_reload"
[(set (match_operand:QI 0 "dst_operand" "=c,c,c")
[(set (match_operand:QI 0 "reg_operand" "=a!r,a!r,a!r")
(plus:QI (match_operand:QI 1 "src_operand" "%0,rR,rS<>")
(match_operand:QI 2 "src_operand" "rIm,JR,rS<>")))]
"reload_in_progress"