re PR other/79991 (typo in params.def, PARAM_VECT_MAX_PEELING_FOR_ALIGNMENT)
authorRichard Biener <rguenther@suse.de>
Mon, 13 Mar 2017 09:13:14 +0000 (09:13 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 13 Mar 2017 09:13:14 +0000 (09:13 +0000)
2017-03-13  Richard Biener  <rguenther@suse.de>

PR other/79991
* params.def (vect-max-peeling-for-alignment): Fix typo.

From-SVN: r246083

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,