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

From-SVN: r189689
This commit is contained in:
Eric Botcazou 2012-07-19 21:55:03 +00:00 committed by Eric Botcazou
parent 9402220cec
commit cb40a885e0
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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))]

View File

@ -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>