mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 21:21:31 +08:00
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
This commit is contained in:
parent
b510747862
commit
91cd87db7e
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user