From: rguenth Date: Mon, 13 Mar 2017 09:13:14 +0000 (+0000) Subject: 2017-03-13 Richard Biener X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=451249e53b3a6b26bfea197eff2053869b7b07bd;p=thirdparty%2Fgcc.git 2017-03-13 Richard Biener PR other/79991 * params.def (vect-max-peeling-for-alignment): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246083 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d3e671b9663f..82e8edb4a797 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 83b301486b48..1b058e498607 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,