diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-01 12:34:19 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-01 12:34:19 +0000 |
commit | a17a73c7b19529fee53dfceab6682f45adcffb7d (patch) | |
tree | 16ad98c2787a25d0f8178c09628d42cf82bf7f0c /gcc/common.opt | |
parent | 256f6afde0abe69a7aa24b7e1da2eaa099409efc (diff) | |
download | gcc-a17a73c7b19529fee53dfceab6682f45adcffb7d.tar.gz |
* common.opt (flag_ipa_cp): Put in right place to maintain
alphabetic sort.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102631 138bc75d-0d04-0410-961f-82ee72b054a4
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 a993ff915c7..04a8ac03a0a 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 |