From 91cd87db7e4a053f884f8e10e267e0f8913b988e Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Mon, 13 Mar 2017 09:13:14 +0000 Subject: [PATCH] re PR other/79991 (typo in params.def, PARAM_VECT_MAX_PEELING_FOR_ALIGNMENT) 2017-03-13 Richard Biener PR other/79991 * params.def (vect-max-peeling-for-alignment): Fix typo. From-SVN: r246083 --- gcc/ChangeLog | 5 +++++ gcc/params.def | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d3e671b9663..82e8edb4a79 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-03-13 Richard Biener + + PR other/79991 + * params.def (vect-max-peeling-for-alignment): Fix typo. + 2017-03-12 Gerald Pfeifer * doc/install.texi (Specific) : Remove description of diff --git a/gcc/params.def b/gcc/params.def index 83b301486b4..1b058e49860 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -565,7 +565,7 @@ DEFPARAM(PARAM_VECT_MAX_VERSION_FOR_ALIAS_CHECKS, DEFPARAM(PARAM_VECT_MAX_PEELING_FOR_ALIGNMENT, "vect-max-peeling-for-alignment", - "Max number of loop peels to enhancement alignment of data references in a loop.", + "Maximum number of loop peels to enhance alignment of data references in a loop.", -1, -1, 64) DEFPARAM(PARAM_MAX_CSELIB_MEMORY_LOCATIONS, -- 2.30.2