OSDN Git Service

* emit-rtl.c (copy_insn_1): Do not copy DEBUG_EXPRs.
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Sep 2011 12:32:21 +0000 (12:32 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Sep 2011 12:32:21 +0000 (12:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178971 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/emit-rtl.c

index 06060c5..538558a 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-19  Alexandre Oliva  <aoliva@redhat.com>
+
+       * emit-rtl.c (copy_insn_1): Do not copy DEBUG_EXPRs.
+
 2011-09-19  Ira Rosen  <ira.rosen@linaro.org>
 
        PR tree-optimization/50413
index c94e743..ee38d3c 100644 (file)
@@ -5269,6 +5269,7 @@ copy_insn_1 (rtx orig)
   switch (code)
     {
     case REG:
+    case DEBUG_EXPR:
     case CONST_INT:
     case CONST_DOUBLE:
     case CONST_FIXED: