mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 02:40:28 +08:00
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:
parent
e88d55cd88
commit
0c86d70907
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user