diff options
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r-- | gcc/emit-rtl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 6ac8ac1..d95df87 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -2907,7 +2907,6 @@ remove_unnecessary_notes () with the block_stack check above. */ if (debug_ignore_block (NOTE_BLOCK (insn))) { - BLOCK_DEAD (NOTE_BLOCK (insn)) = 1; remove_insn (tmp); remove_insn (insn); } |