mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 23:41:13 +08:00
IBM Z: Remove override of inline params
We have pretty aggressive values for inline-min-speedup and max-inline-insns-auto. This unfortunately made more maybe uninitialized warnings to appear when building on Z. With the patch we go back to the default values. gcc/ChangeLog: * config/s390/s390.c (s390_option_override_internal): Remove override of inline params.
This commit is contained in:
parent
7307d8e107
commit
b92e4be3a6
@ -15469,13 +15469,6 @@ s390_option_override_internal (struct gcc_options *opts,
|
||||
SET_OPTION_IF_UNSET (opts, opts_set, param_sched_pressure_algorithm, 2);
|
||||
SET_OPTION_IF_UNSET (opts, opts_set, param_min_vect_loop_bound, 2);
|
||||
|
||||
/* Use aggressive inlining parameters. */
|
||||
if (opts->x_s390_tune >= PROCESSOR_2964_Z13)
|
||||
{
|
||||
SET_OPTION_IF_UNSET (opts, opts_set, param_inline_min_speedup, 2);
|
||||
SET_OPTION_IF_UNSET (opts, opts_set, param_max_inline_insns_auto, 80);
|
||||
}
|
||||
|
||||
/* Set the default alignment. */
|
||||
s390_default_align (opts);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user