OSDN Git Service

* config/arm/arm.md (insv): Do not share operands[0].
authordrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Apr 2009 15:07:19 +0000 (15:07 +0000)
committerdrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Apr 2009 15:07:19 +0000 (15:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146649 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/arm.md

index 916b30a..faee6ea 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-23  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * config/arm/arm.md (insv): Do not share operands[0].
+
 2009-04-23  Nathan Sidwell  <nathan@codesourcery.com>
 
        * config/vxlib-tls.c (active_tls_threads): Delete.
index ff217e0..8018652 100644 (file)
          }
       }
 
-    target = operands[0];
+    target = copy_rtx (operands[0]);
     /* Avoid using a subreg as a subtarget, and avoid writing a paradoxical 
        subreg as the final target.  */
     if (GET_CODE (target) == SUBREG)