aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authorSteven Bosscher <stevenb.gcc@gmail.com>2006-02-26 20:23:40 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2006-02-26 20:23:40 +0000
commit37818e7cec777ac18d89ec448cb94603d3ec5c7f (patch)
tree17497b7fe2c1670f29453859c0c2bf34edca6ec2 /gcc/tree-pass.h
parent74fe790bfd431c25d77bca1bbe6df6d5d6eb1c82 (diff)
downloadgcc-37818e7cec777ac18d89ec448cb94603d3ec5c7f.zip
gcc-37818e7cec777ac18d89ec448cb94603d3ec5c7f.tar.gz
gcc-37818e7cec777ac18d89ec448cb94603d3ec5c7f.tar.bz2
common.opt (-floop-optimize, [...]): Remove.
gcc/ * common.opt (-floop-optimize, -frerun-loop-opt): Remove. * tree-pass.h (pass_loop_optimize): Remove. * passes.c (pass_loop_optimize): Never run it. * toplev.c (backend_init): Don't call init_loop. * opts.c (flag_loop_optimize_set): Remove. (decode_options): Never set flag_loop_optimize or flag_rerun_loop_opt. (common_handle_option) <OPT_floop_optimize>: Remove. Don't disable the old RTL loop optimizer when profiling enabled. * predict.c (tree_estimate_probability): Always strip builtin_expect. * cfgcleanup.c (try_forward_edges): Don't avoid killing loop pre-headers for the sake of the old RTL loop optimizer. * Makefile.in: Remove all references to loop.o. * doc/invoke.texi: Remove all references to -floop-optimize and -frerun-loop-opt. testsuite/ * gcc.dg/20031201-1.c: Don't use -frerun-loop-opt. * g++.old-deja/g++.robertl/eb132.C: Likewise. From-SVN: r111459
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r--gcc/tree-pass.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index a538d5b..c34e198 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -332,7 +332,6 @@ extern struct tree_opt_pass pass_instantiate_virtual_regs;
extern struct tree_opt_pass pass_jump2;
extern struct tree_opt_pass pass_cse;
extern struct tree_opt_pass pass_gcse;
-extern struct tree_opt_pass pass_loop_optimize;
extern struct tree_opt_pass pass_jump_bypass;
extern struct tree_opt_pass pass_cfg;
extern struct tree_opt_pass pass_profiling;