Commit cb40a885 by Eric Botcazou Committed by Eric Botcazou

* config/sparc/sparc.md (adddi3_insn_sp32): Add earlyclobber.

From-SVN: r189689
parent 9402220c
2012-07-19 Eric Botcazou <ebotcazou@adacore.com>
* config/sparc/sparc.md (adddi3_insn_sp32): Add earlyclobber.
2012-07-19 Eric Botcazou <ebotcazou@adacore.com>
* tree-ssa-forwprop.c (combine_conversions): Punt if the RHS of the
defining statement is a SSA name that occurs in abnormal PHIs.
......
......@@ -3528,7 +3528,7 @@
})
(define_insn_and_split "*adddi3_insn_sp32"
[(set (match_operand:DI 0 "register_operand" "=r")
[(set (match_operand:DI 0 "register_operand" "=&r")
(plus:DI (match_operand:DI 1 "arith_double_operand" "%r")
(match_operand:DI 2 "arith_double_operand" "rHI")))
(clobber (reg:CC CC_REG))]
......
......@@ -2,7 +2,7 @@
* gnat.dg/opt25.adb: New test.
* gnat.dg/opt25_pkg1.ad[sb]: New helper.
* gnat.dg/opt25_pkg2.ad[sb]: Likewise
* gnat.dg/opt25_pkg2.ad[sb]: Likewise.
2012-07-19 Eric Botcazou <ebotcazou@adacore.com>
......
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