Commit d8ec9c14 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

re PR target/44202 (Missing compare after add)

	PR target/44202
	* config/cris/cris.md ("*addsi3_v32"): Correct "cc"
	settings for 16-bit-constant "addo" alternative.

From-SVN: r159612
parent f36eb2af
2010-05-20 Hans-Peter Nilsson <hp@axis.com>
PR target/44202
* config/cris/cris.md ("*addsi3_v32"): Correct "cc"
settings for 16-bit-constant "addo" alternative.
2010-05-19 James E. Wilson <wilson@codesourcery.com>
PR target/43764
......
......@@ -1831,7 +1831,7 @@
add%u2 %2,%0
addo.%Z2 %2,%1,%0"
[(set_attr "slottable" "yes,yes,yes,yes,yes,yes,yes,no,no,no,no,no,no")
(set_attr "cc" "*,none,*,none,*,*,none,*,*,*,*,*,none")])
(set_attr "cc" "*,none,*,none,*,*,none,*,none,*,*,*,none")])
(define_insn "*addhi3_non_v32"
[(set (match_operand:HI 0 "register_operand" "=r,r, r,r,r,r")
......
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