toplev.c (rest_of_compilation): Call purge_all_dead_edges if rebuild_label_notes_after_reload.

* toplev.c (rest_of_compilation): Call purge_all_dead_edges
        if rebuild_label_notes_after_reload.

From-SVN: r50629
This commit is contained in:
Richard Henderson 2002-03-11 19:12:18 -08:00 committed by Richard Henderson
parent 31f93f905f
commit 44d3eb5b56
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-03-11 Richard Henderson <rth@redhat.com>
* toplev.c (rest_of_compilation): Call purge_all_dead_edges
if rebuild_label_notes_after_reload.
2002-03-12 Hans-Peter Nilsson <hp@axis.com>
* config/cris/cris.c (cris_target_asm_function_prologue): Do not

View File

@ -3225,6 +3225,7 @@ rest_of_compilation (decl)
timevar_push (TV_JUMP);
rebuild_jump_labels (insns);
purge_all_dead_edges (0);
timevar_pop (TV_JUMP);
}