* config/sparc/sparc.md (adddi3_insn_sp32): Add earlyclobber.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Jul 2012 21:55:03 +0000 (21:55 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Jul 2012 21:55:03 +0000 (21:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189689 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/sparc/sparc.md
gcc/testsuite/ChangeLog

index 6d7f568..f900f08 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
index 5cc6c67..8f19efa 100644 (file)
 })
 
 (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))]
index 47ae24c..8b5afd0 100644 (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>