PR lto/45375
* i386.c (ix86_option_override_internal): Use ix86_tune_cost
to set branch cost.
From-SVN: r219878
+2015-01-19 Jan Hubicka <hubicka@ucw.cz>
+
+ PR lto/45375
+ * i386.c (ix86_option_override_internal): Use ix86_tune_cost
+ to set branch cost.
+
2015-01-19 Jan Hubicka <hubicka@ucw.cz>
PR lto/45375
/* Provide default for -mbranch-cost= value. */
if (!opts_set->x_ix86_branch_cost)
- opts->x_ix86_branch_cost = ix86_cost->branch_cost;
+ opts->x_ix86_branch_cost = ix86_tune_cost->branch_cost;
if (TARGET_64BIT_P (opts->x_ix86_isa_flags))
{