passes.c (rest_of_handle_loop_optimize): Remove calls to delete_dead_jumptables and...
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 14 Feb 2005 15:13:24 +0000 (15:13 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 14 Feb 2005 15:13:24 +0000 (15:13 +0000)
* passes.c (rest_of_handle_loop_optimize): Remove calls to
delete_dead_jumptables and cleanup_cfg.

From-SVN: r95019

gcc/ChangeLog
gcc/passes.c

index ed6fb85..2657a00 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-14  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * passes.c (rest_of_handle_loop_optimize): Remove calls to
+       delete_dead_jumptables and cleanup_cfg.
+
 2005-02-14  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * reload.c (find_reloads): Swap address_reloaded flags when
index e9a4fa5..c0c655b 100644 (file)
@@ -1075,8 +1075,6 @@ rest_of_handle_loop_optimize (void)
   int do_prefetch;
 
   timevar_push (TV_LOOP);
-  delete_dead_jumptables ();
-  cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
   open_dump_file (DFI_loop, current_function_decl);
 
   /* CFG is no longer maintained up-to-date.  */