diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-01 14:36:00 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-01 14:36:00 +0000 |
commit | 58dcbc3654f21e95c555af9266019639feea48e1 (patch) | |
tree | 7ef85fd21f126a84b542c478214f84d009d326ba /gcc/params.def | |
parent | fc887755f7f79fd3c8889ccebbf6cea231adf5a3 (diff) | |
download | gcc-58dcbc3654f21e95c555af9266019639feea48e1.tar.gz |
2011-02-01 Richard Guenther <rguenther@suse.de>
PR tree-optimization/47555
Revert
2010-07-15 Sebastian Pop <sebastian.pop@amd.com>
* params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
* gcc.dg/pr47555.c: New testcase.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169478 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 96dc858cf82..3138bc22cd7 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -481,7 +481,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", - 100, 0, 0) + 20, 0, 0) DEFPARAM(PARAM_OMEGA_MAX_VARS, "omega-max-vars", |