* config/s390/s390.c (override_options): Increase the default
of max-completely-peel-times.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159675
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-05-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ * config/s390/s390.c (override_options): Increase the default
+ of max-completely-peel-times.
+
2010-05-21 Julian Brown <julian@codesourcery.com>
Mark Mitchell <mark@codesourcery.com>
if (!PARAM_SET_P (PARAM_MAX_UNROLL_TIMES))
set_param_value ("max-unroll-times", 32);
if (!PARAM_SET_P (PARAM_MAX_COMPLETELY_PEELED_INSNS))
- set_param_value ("max-completely-peeled-insns", 800);
+ set_param_value ("max-completely-peeled-insns", 2000);
if (!PARAM_SET_P (PARAM_MAX_COMPLETELY_PEEL_TIMES))
set_param_value ("max-completely-peel-times", 64);
}