]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2017-03-13 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Mar 2017 09:13:14 +0000 (09:13 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Mar 2017 09:13:14 +0000 (09:13 +0000)
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

gcc/ChangeLog
gcc/params.def

index d3e671b9663fb8500e5a543dcc7814158ec4de71..82e8edb4a797ed011f0bdb7d780ce41767b9d01f 100644 (file)
@@ -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
index 83b301486b4826ebb9a21973f5df7fedcb4852dd..1b058e498607b53398d53fca6943bd09458238ce 100644 (file)
@@ -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,