mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 20:01:28 +08:00
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:
parent
cea526b81c
commit
a5fcfb6df9
@ -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
|
||||
|
@ -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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user