Commit a52a87c3 by Alexandre Oliva Committed by Alexandre Oliva

* emit-rtl.c (copy_insn_1): Do not copy DEBUG_EXPRs.

From-SVN: r178971
parent 0e871c15
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
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment