aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorToon Moene <toon@moene.indiv.nluug.nl>2004-09-12 07:51:02 +0200
committerToon Moene <toon@gcc.gnu.org>2004-09-12 05:51:02 +0000
commita924fe34118e65f7d75b0bea124e79b0ec9d7a37 (patch)
treef81ffd2499193ee5de7e406cb262ddcdb7921622 /gcc/common.opt
parent0fe0caa6d942920ebaab6197c8bedb4e371e9110 (diff)
downloadgcc-a924fe34118e65f7d75b0bea124e79b0ec9d7a37.zip
gcc-a924fe34118e65f7d75b0bea124e79b0ec9d7a37.tar.gz
gcc-a924fe34118e65f7d75b0bea124e79b0ec9d7a37.tar.bz2
common.opt: Remove flags -fmove-all-movables and -freduce-all-givs.
2004-09-12 Toon Moene <toon@moene.indiv.nluug.nl> * common.opt: Remove flags -fmove-all-movables and -freduce-all-givs. * loop-invariant.c (find_invariants_to_move): Remove all uses of flag_move_all_movables. * loop.c (move_movables): Remove all uses of flag_move_all_movables. (strength_reduce): Remove all uses of flag_reduce_all_givs. * doc/invoke.texi: Remove documentation of flags -fremove-all-movables and -freduce-all-givs. From-SVN: r87386
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 619740c..147f37f 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -523,10 +523,6 @@ fmodulo-sched
Common Report Var(flag_modulo_sched)
Perform SMS based modulo scheduling before the first scheduling pass
-fmove-all-movables
-Common Report Var(flag_move_all_movables)
-Force all loop invariant computations out of loops
-
fmove-loop-invariants
Common Report Var(flag_move_loop_invariants)
Move loop invariant computations out of loops
@@ -646,10 +642,6 @@ frandom-seed=
Common Joined RejectNegative
-frandom-seed=<string> Make compile reproducible using <string>
-freduce-all-givs
-Common Report Var(flag_reduce_all_givs)
-Strength reduce all loop general induction variables
-
freg-struct-return
Common Report Var(flag_pcc_struct_return,0) VarExists
Return small aggregates in registers