mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-05 09:44:10 +08:00
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:
parent
ecff97f32e
commit
974a7f5672
@ -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.
|
||||
|
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user