From dc242c4a72ce443301a7546404c1c67c22225a24 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Wed, 5 Jan 2011 18:44:54 +0000 Subject: [PATCH] spu.c (spu_option_override): Set parameter PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1. * config/spu/spu.c (spu_option_override): Set parameter PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1. From-SVN: r168525 --- gcc/ChangeLog | 5 +++++ gcc/config/spu/spu.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0ad56342fef..ce4cdc6dc32 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-01-05 Ulrich Weigand + + * config/spu/spu.c (spu_option_override): Set parameter + PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1. + 2011-01-05 Jan Hubicka * lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified diff --git a/gcc/config/spu/spu.c b/gcc/config/spu/spu.c index 8e31655f1d3..e141a154691 100644 --- a/gcc/config/spu/spu.c +++ b/gcc/config/spu/spu.c @@ -516,7 +516,7 @@ spu_option_override (void) /* Small loops will be unpeeled at -O3. For SPU it is more important to keep code small by default. */ if (!flag_unroll_loops && !flag_peel_loops) - maybe_set_param_value (PARAM_MAX_COMPLETELY_PEEL_TIMES, 1, + maybe_set_param_value (PARAM_MAX_COMPLETELY_PEEL_TIMES, 4, global_options.x_param_values, global_options_set.x_param_values); -- 2.30.2