diff options
author | Richard Biener <rguenther@suse.de> | 2017-03-13 09:13:14 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2017-03-13 09:13:14 +0000 |
commit | 91cd87db7e4a053f884f8e10e267e0f8913b988e (patch) | |
tree | 7cc2cc9758871f9fcffeff74a79dc58387fc7ca7 /gcc | |
parent | b510747862aed58ca0339892992af8a5c08ae9b4 (diff) | |
download | gcc-91cd87db7e4a053f884f8e10e267e0f8913b988e.zip gcc-91cd87db7e4a053f884f8e10e267e0f8913b988e.tar.gz gcc-91cd87db7e4a053f884f8e10e267e0f8913b988e.tar.bz2 |
re PR other/79991 (typo in params.def, PARAM_VECT_MAX_PEELING_FOR_ALIGNMENT)
2017-03-13 Richard Biener <rguenther@suse.de>
PR other/79991
* params.def (vect-max-peeling-for-alignment): Fix typo.
From-SVN: r246083
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/params.def | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d3e671b..82e8edb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-03-13 Richard Biener <rguenther@suse.de> + + PR other/79991 + * params.def (vect-max-peeling-for-alignment): Fix typo. + 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com> * doc/install.texi (Specific) <mips-*-*>: Remove description of diff --git a/gcc/params.def b/gcc/params.def index 83b3014..1b058e4 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, |