From: Sebastian Pop Date: Wed, 11 Aug 2010 20:27:51 +0000 (+0000) Subject: Bump the size of scevs. X-Git-Tag: releases/gcc-4.6.0~5067 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57fe3c878f6350498a44b9da288474d6e12f9f3f;p=thirdparty%2Fgcc.git Bump the size of scevs. 2010-07-15 Sebastian Pop * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100. From-SVN: r163143 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 08bb97054416..6b8a4da29323 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-08-02 Sebastian Pop + + * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100. + 2010-08-02 Sebastian Pop * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv. diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 07b48a37fb32..9eb3ae84a837 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,7 @@ +2010-07-15 Sebastian Pop + + * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100. + 2010-07-15 Sebastian Pop * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv. diff --git a/gcc/params.def b/gcc/params.def index d470539c9c42..fef75dd5b564 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -467,7 +467,7 @@ DEFPARAM(PARAM_IV_ALWAYS_PRUNE_CAND_SET_BOUND, DEFPARAM(PARAM_SCEV_MAX_EXPR_SIZE, "scev-max-expr-size", "Bound on size of expressions used in the scalar evolutions analyzer", - 20, 0, 0) + 100, 0, 0) DEFPARAM(PARAM_OMEGA_MAX_VARS, "omega-max-vars",