diff options
Diffstat (limited to 'gcc/common.opt')
| -rw-r--r-- | gcc/common.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index a74921d..00c0ca3 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -472,6 +472,10 @@ finstrument-functions Common Report Var(flag_instrument_function_entry_exit) Instrument function entry and exit with profiling calls +fivopts +Common Report Var(flag_ivopts) Init(1) +Optimize induction variables on trees + fkeep-inline-functions Common Report Var(flag_keep_inline_functions) Generate code for functions even if they are fully inlined |
