diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index b1d285f1387..01812c68ba9 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -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;