diff options
author | amker <amker@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-03-23 15:26:43 +0000 |
---|---|---|
committer | amker <amker@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-03-23 15:26:43 +0000 |
commit | 4c020700f3c2950b507d29a3113f7ef38c3cc09d (patch) | |
tree | 41878cda7c9612de5b156907b2cce9fea75c9e9a /gcc/params.def | |
parent | 2a7b5baab4bd416cb299da41e5a74162bb8862a6 (diff) | |
download | gcc-4c020700f3c2950b507d29a3113f7ef38c3cc09d.tar.gz |
PR tree-optimization/69042
* params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
parameter from 30 to 40.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234430 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.def b/gcc/params.def index 2ee631d9fc5..9362c1588de 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -502,7 +502,7 @@ DEFPARAM(PARAM_LIM_EXPENSIVE, DEFPARAM(PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND, "iv-consider-all-candidates-bound", "Bound on number of candidates below that all candidates are considered in iv optimizations.", - 30, 0, 0) + 40, 0, 0) /* The induction variable optimizations give up on loops that contain more induction variable uses. */ |