+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,
{ 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 },