opts.c (default_option): Add -fvect-cost-model to default options at -O3 and above.

2012-07-16  Bill Schmidt  <wschmidt@linux.ibm.com>

	* opts.c (default_option): Add -fvect-cost-model to default options
	at -O3 and above.

From-SVN: r189527
This commit is contained in:
Bill Schmidt 2012-07-16 12:32:25 +00:00 committed by William Schmidt
parent 673369608c
commit a75a89ebaa
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-07-16 Bill Schmidt <wschmidt@linux.ibm.com>
* opts.c (default_option): Add -fvect-cost-model to default options
at -O3 and above.
2012-07-16 Steven Bosscher <steven@gcc.gnu.org>
* graphite-clast-to-gimple.c, graphite-dependences.c,

View File

@ -501,6 +501,7 @@ static const struct default_options default_options_table[] =
{ OPT_LEVELS_3_PLUS, OPT_funswitch_loops, NULL, 1 },
{ OPT_LEVELS_3_PLUS, OPT_fgcse_after_reload, NULL, 1 },
{ OPT_LEVELS_3_PLUS, OPT_ftree_vectorize, NULL, 1 },
{ OPT_LEVELS_3_PLUS, OPT_fvect_cost_model, NULL, 1 },
{ OPT_LEVELS_3_PLUS, OPT_fipa_cp_clone, NULL, 1 },
{ OPT_LEVELS_3_PLUS, OPT_ftree_partial_pre, NULL, 1 },