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

From-SVN: r6746
This commit is contained in:
Richard Kenner 1994-03-11 08:29:57 -05:00
parent 484c392430
commit 86be1e79df

View File

@ -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;