toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables removal
authorJan Hubicka <jh@suse.cz>
Mon, 4 Mar 2002 14:37:45 +0000 (15:37 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 4 Mar 2002 14:37:45 +0000 (14:37 +0000)
* toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables
removal

From-SVN: r50277

gcc/ChangeLog
gcc/toplev.c

index f55de258fa5492d0191f7cbe1912d0aff45db991..7fd2cc728627a5ac9976b1c882e576b5c6cd6ab0 100644 (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.
index 5a8c0dd09143411d54152b2b0c5b6fa4e9718081..9ff37c3d5f1fc368ddf74eda4013b33b8d7ba11e 100644 (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 ();