Commit f13734bb by Michael Hayes Committed by Michael Hayes

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
parent 81b25f80
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.
......
......@@ -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"
......
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