aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2005-08-01 12:34:19 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2005-08-01 12:34:19 +0000
commitd6e14e8f8ad407a6fd2e8d48174c01fd73586e88 (patch)
tree16ad98c2787a25d0f8178c09628d42cf82bf7f0c /gcc/common.opt
parentb15341b8efe5498ec3e5637124317c0c3ea6e94f (diff)
downloadgcc-d6e14e8f8ad407a6fd2e8d48174c01fd73586e88.zip
gcc-d6e14e8f8ad407a6fd2e8d48174c01fd73586e88.tar.gz
gcc-d6e14e8f8ad407a6fd2e8d48174c01fd73586e88.tar.bz2
common.opt (flag_ipa_cp): Put in right place to maintain alphabetic sort.
* common.opt (flag_ipa_cp): Put in right place to maintain alphabetic sort. From-SVN: r102631
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt8
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