diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-29 21:28:27 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-29 21:28:27 +0000 |
commit | 0ba102824cb7fd9190475a835b07f50b151b7fc2 (patch) | |
tree | 9eb190c3f997f043dca9926901e8223fb58e2b83 /gcc/params.def | |
parent | 1fe39f99a488e2a3dc96e20b54308cf795ebeb7d (diff) | |
download | gcc-0ba102824cb7fd9190475a835b07f50b151b7fc2.tar.gz |
[graphite] reduce the number of params in a scop to 3
* params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Default to 3.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226365 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 0ca345133dc..1f6e40eee41 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -850,7 +850,7 @@ DEFPARAM (PARAM_LOOP_UNROLL_JAM_DEPTH, DEFPARAM (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS, "graphite-max-nb-scop-params", "maximum number of parameters in a SCoP", - 10, 0, 0) + 3, 0, 0) /* Maximal number of basic blocks in the functions analyzed by Graphite. */ |