mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 23:31:21 +08:00
common.opt: Revert unintented changes from r205065.
2014-03-14 Richard Biener <rguenther@suse.de> * common.opt: Revert unintented changes from r205065. * opts.c: Likewise. From-SVN: r208568
This commit is contained in:
parent
1f3388fec4
commit
25e57622a5
@ -1,3 +1,8 @@
|
||||
2014-03-14 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* common.opt: Revert unintented changes from r205065.
|
||||
* opts.c: Likewise.
|
||||
|
||||
2014-03-14 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR middle-end/60518
|
||||
|
@ -1392,10 +1392,6 @@ fipa-pure-const
|
||||
Common Report Var(flag_ipa_pure_const) Init(0) Optimization
|
||||
Discover pure and const functions
|
||||
|
||||
fipa-sem-equality
|
||||
Common Report Var(flag_ipa_sem_equality) Iinit(1) Optimization
|
||||
Perform Semantic function equality
|
||||
|
||||
fipa-reference
|
||||
Common Report Var(flag_ipa_reference) Init(0) Optimization
|
||||
Discover readonly and non addressable static variables
|
||||
|
@ -496,7 +496,6 @@ static const struct default_options default_options_table[] =
|
||||
{ OPT_LEVELS_2_PLUS, OPT_fvect_cost_model_, NULL, VECT_COST_MODEL_CHEAP },
|
||||
{ OPT_LEVELS_2_PLUS_SPEED_ONLY, OPT_foptimize_strlen, NULL, 1 },
|
||||
{ OPT_LEVELS_2_PLUS, OPT_fhoist_adjacent_loads, NULL, 1 },
|
||||
{ OPT_LEVELS_2_PLUS, OPT_fipa_sem_equality, NULL, 1 },
|
||||
{ OPT_LEVELS_2_PLUS, OPT_fisolate_erroneous_paths_dereference, NULL, 1 },
|
||||
|
||||
/* -O3 optimizations. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user