* passes.c (rest_of_handle_loop_optimize): Remove calls to
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Feb 2005 15:13:24 +0000 (15:13 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Feb 2005 15:13:24 +0000 (15:13 +0000)
delete_dead_jumptables and cleanup_cfg.

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

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.  */