diff options
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index a993ff9..04a8ac0 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -495,6 +495,10 @@ finstrument-functions Common Report Var(flag_instrument_function_entry_exit) Instrument function entry and exit with profiling calls +fipa-cp +Common Report Var(flag_ipa_cp) +Perform Interprocedural constant propagation + fipa-pure-const Common Report Var(flag_ipa_pure_const) Init(0) Discover pure and const functions @@ -507,10 +511,6 @@ fipa-type-escape Common Report Var(flag_ipa_type_escape) Init(0) Type based escape and alias analysis -fipa-cp -Common Report Var(flag_ipa_cp) -Perform Interprocedural constant propagation - fivopts Common Report Var(flag_ivopts) Init(1) Optimize induction variables on trees |