Commit 974a7f56 by Jan Hubicka Committed by Jan Hubicka

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
parent ecff97f3
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.
......
......@@ -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 ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment