* emit-rtl.c (copy_insn_1): Do not copy DEBUG_EXPRs.
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 19 Sep 2011 12:32:21 +0000 (12:32 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Mon, 19 Sep 2011 12:32:21 +0000 (12:32 +0000)
From-SVN: r178971

gcc/ChangeLog
gcc/emit-rtl.c

index 06060c5fd69a597b324af0921f63e53c04fd4233..538558a734dc613c5db0d2c18b120ba4dcd5211d 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 c94e7438c916c21868334a2f7cf938ea5ac07ccd..ee38d3c90b0244a63496867931ba96dca960d37f 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: