Commit 86be1e79 by Richard Kenner

(copy_rtx_if_shared, case LABEL_REF): Can't share.

From-SVN: r6746
parent 484c3924
......@@ -1485,7 +1485,6 @@ copy_rtx_if_shared (orig)
case JUMP_INSN:
case CALL_INSN:
case NOTE:
case LABEL_REF:
case BARRIER:
/* The chain of insns is not being copied. */
return x;
......
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