* toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Mar 2002 14:37:45 +0000 (14:37 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Mar 2002 14:37:45 +0000 (14:37 +0000)
removal

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50277 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/toplev.c

index f55de25..7fd2cc7 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 5a8c0dd..9ff37c3 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 ();