diff options
author | irar <irar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-12 05:05:04 +0000 |
---|---|---|
committer | irar <irar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-12 05:05:04 +0000 |
commit | 44483b97ab311259ff66a40949f914cec0b933f6 (patch) | |
tree | f78a0970b71522ab3aefb07ee2e921187d308c8f /gcc/params.def | |
parent | e2b00040ff69c06054a507540212465c59148f6c (diff) | |
download | gcc-44483b97ab311259ff66a40949f914cec0b933f6.tar.gz |
* params.def (PARAM_MIN_VECT_LOOP_BOUND): Change default and minimum
to 1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128411 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 fcc168951cb..2ad1eb69753 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -148,7 +148,7 @@ DEFPARAM (PARAM_MAX_VARIABLE_EXPANSIONS, DEFPARAM (PARAM_MIN_VECT_LOOP_BOUND, "min-vect-loop-bound", "If -ftree-vectorize is used, the minimal loop bound of a loop to be considered for vectorization", - 0, 0, 0) + 1, 1, 0) /* The maximum number of instructions to consider when looking for an instruction to fill a delay slot. If more than this arbitrary |