passes.c (rest_of_handle_loop_optimize): Remove calls to delete_dead_jumptables and cleanup_cfg.

* passes.c (rest_of_handle_loop_optimize): Remove calls to
	delete_dead_jumptables and cleanup_cfg.

From-SVN: r95019
This commit is contained in:
Kazu Hirata 2005-02-14 15:13:24 +00:00 committed by Kazu Hirata
parent e88d55cd88
commit 0c86d70907
2 changed files with 5 additions and 2 deletions

View 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

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