toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables removal

* toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables
	removal

From-SVN: r50277
This commit is contained in:
Jan Hubicka 2002-03-04 15:37:45 +01:00 committed by Jan Hubicka
parent ecff97f32e
commit 974a7f5672
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon Mar 4 15:33:54 CET 2002 Jan Hubicka <jh@suse.cz>
* toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables
removal
2002-03-03 Aldy Hernandez <aldyh@redhat.com>
* config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.

View File

@ -2877,6 +2877,7 @@ rest_of_compilation (decl)
{
timevar_push (TV_LOOP);
delete_dead_jumptables ();
cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
open_dump_file (DFI_loop, decl);
/* CFG is no longer maintained up-to-date. */
free_bb_for_insn ();