re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with LTO)

PR lto/45375
	* i386.c (ix86_option_override_internal): Use ix86_tune_cost
	to set branch cost.

From-SVN: r219878
This commit is contained in:
Jan Hubicka 2015-01-20 05:39:45 +01:00 committed by Jan Hubicka
parent cea526b81c
commit a5fcfb6df9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -3919,7 +3919,7 @@ ix86_option_override_internal (bool main_args_p,
/* 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))
{