diff options
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 619740c24de..147f37fd23a 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 |