]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/sparc/sparc.md (adddi3_insn_sp32): Add earlyclobber.
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 19 Jul 2012 21:55:03 +0000 (21:55 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 19 Jul 2012 21:55:03 +0000 (21:55 +0000)
From-SVN: r189689

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

index 6d7f568dda1a2d4abdb3a21f9dbd9d110c712639..f900f08db10404aa3d68c0cced5c8b87cb4deab1 100644 (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
index 5cc6c677ccbc5aaf39c0f95aac3f1dfbbcc85a77..8f19efab45de6bfe8f65aac96528cdc42b4fc9a1 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 47ae24c9ae7f9daf93007fadf67e0c73fcdec55b..8b5afd0c4ad95583d1dc1e74051692335fb50065 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>