aboutsummaryrefslogtreecommitdiff
path: root/gcc/params.def
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2017-03-13 09:13:14 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2017-03-13 09:13:14 +0000
commit91cd87db7e4a053f884f8e10e267e0f8913b988e (patch)
tree7cc2cc9758871f9fcffeff74a79dc58387fc7ca7 /gcc/params.def
parentb510747862aed58ca0339892992af8a5c08ae9b4 (diff)
downloadgcc-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/params.def')
-rw-r--r--gcc/params.def2
1 files changed, 1 insertions, 1 deletions
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,