Commit dc2f28c5 by Wolfgang Gellerich Committed by Andreas Krebbel

s390.c (override_options): Set default of max-pending-list-length to 256

2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>

	* config/s390/s390.c (override_options): Set
	default of max-pending-list-length to 256

From-SVN: r155856
parent d9019c99
2010-01-13 Wolfgang Gellerich <gellerich@de.ibm.com>
* config/s390/s390.c (override_options): Set
default of max-pending-list-length to 256
2010-01-13 Richard Guenther <rguenther@suse.de>
PR lto/42678
......
......@@ -1639,6 +1639,9 @@ override_options (void)
if (s390_tune == PROCESSOR_2097_Z10
&& !PARAM_SET_P (PARAM_MAX_UNROLLED_INSNS))
set_param_value ("max-unrolled-insns", 100);
set_param_value ("max-pending-list-length", 256);
}
/* Map for smallest class containing reg regno. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment