Commit d6e14e8f by Steven Bosscher

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
parent b15341b8
2005-08-01 Steven Bosscher <stevenb@suse.de>
* common.opt (flag_ipa_cp): Put in right place to maintain
alphabetic sort.
2005-08-01 Jan Hubicka <jh@suse.cz> 2005-08-01 Jan Hubicka <jh@suse.cz>
* profile.c (compute_value_histograms): Fix thinko. * profile.c (compute_value_histograms): Fix thinko.
......
...@@ -495,6 +495,10 @@ finstrument-functions ...@@ -495,6 +495,10 @@ finstrument-functions
Common Report Var(flag_instrument_function_entry_exit) Common Report Var(flag_instrument_function_entry_exit)
Instrument function entry and exit with profiling calls Instrument function entry and exit with profiling calls
fipa-cp
Common Report Var(flag_ipa_cp)
Perform Interprocedural constant propagation
fipa-pure-const fipa-pure-const
Common Report Var(flag_ipa_pure_const) Init(0) Common Report Var(flag_ipa_pure_const) Init(0)
Discover pure and const functions Discover pure and const functions
...@@ -507,10 +511,6 @@ fipa-type-escape ...@@ -507,10 +511,6 @@ fipa-type-escape
Common Report Var(flag_ipa_type_escape) Init(0) Common Report Var(flag_ipa_type_escape) Init(0)
Type based escape and alias analysis Type based escape and alias analysis
fipa-cp
Common Report Var(flag_ipa_cp)
Perform Interprocedural constant propagation
fivopts fivopts
Common Report Var(flag_ivopts) Init(1) Common Report Var(flag_ivopts) Init(1)
Optimize induction variables on trees Optimize induction variables on trees
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment