aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/final.c b/gcc/final.c
index ceb7974..09dec08 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -4402,11 +4402,7 @@ rest_of_clean_state (void)
if (LABEL_P (insn))
INSN_UID (insn) = CODE_LABEL_NUMBER (insn);
else
- {
- if (NOTE_P (insn))
- set_block_for_insn (insn, NULL);
- INSN_UID (insn) = 0;
- }
+ INSN_UID (insn) = 0;
}
}
@@ -4427,6 +4423,7 @@ rest_of_clean_state (void)
&& NOTE_KIND (insn) != NOTE_INSN_BLOCK_END
&& NOTE_KIND (insn) != NOTE_INSN_CFA_RESTORE_STATE)))
print_rtl_single (final_output, insn);
+
}
if (final_output)