OSDN Git Service

2003-10-08 Aldy Hernandez <aldyh@redhat.com>
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Oct 2003 23:55:55 +0000 (23:55 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Oct 2003 23:55:55 +0000 (23:55 +0000)
* config/rs6000/rs6000.md ("abssi2_isel"): Add early clobber to
operand 2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72247 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index 2139eab..b964168 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-08  Aldy Hernandez  <aldyh@redhat.com>
+
+       * config/rs6000/rs6000.md ("abssi2_isel"): Add early clobber to
+       operand 2.
+
 2003-10-08  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * config.gcc: Don't accept --enable-threads=pthreads.  Clean
index d4e88c7..8e7d255 100644 (file)
 (define_insn_and_split "abssi2_isel"
   [(set (match_operand:SI 0 "gpc_reg_operand" "=r")
         (abs:SI (match_operand:SI 1 "gpc_reg_operand" "b")))
-   (clobber (match_scratch:SI 2 "=b"))
+   (clobber (match_scratch:SI 2 "=&b"))
    (clobber (match_scratch:CC 3 "=y"))]
   "TARGET_ISEL"
   "#"