diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-05 16:03:21 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-05 16:03:21 +0000 |
commit | a4e17a42170b3f4e6d1280dfa4a323e2c1d6559d (patch) | |
tree | eb3735920c24342e3e97248520bde417eb609d05 /gcc/params.def | |
parent | 118a202b44684686299fe032ed10e714f7943f56 (diff) | |
download | gcc-a4e17a42170b3f4e6d1280dfa4a323e2c1d6559d.tar.gz |
increase the number of parameters
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228494 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 3f919928156..da2c6a3d114 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -835,7 +835,7 @@ DEFPARAM (PARAM_LOOP_BLOCK_TILE_SIZE, DEFPARAM (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS, "graphite-max-nb-scop-params", "maximum number of parameters in a SCoP", - 3, 0, 0) + 7, 0, 0) /* Maximal number of basic blocks in the functions analyzed by Graphite. */ |