[NFC] Test commit. Please ignore.

As a test commit I fixed a misspelling in one of comments in SLP
vectorizer.
This commit is contained in:
Evgeniy Brevnov 2019-11-19 15:06:34 +07:00
parent a19f0eec94
commit 4a64d710ae
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ public:
/// Construct a vectorizable tree that starts at \p Roots, ignoring users for /// Construct a vectorizable tree that starts at \p Roots, ignoring users for
/// the purpose of scheduling and extraction in the \p UserIgnoreLst taking /// the purpose of scheduling and extraction in the \p UserIgnoreLst taking
/// into account (anf updating it, if required) list of externally used /// into account (and updating it, if required) list of externally used
/// values stored in \p ExternallyUsedValues. /// values stored in \p ExternallyUsedValues.
void buildTree(ArrayRef<Value *> Roots, void buildTree(ArrayRef<Value *> Roots,
ExtraValueToDebugLocsMap &ExternallyUsedValues, ExtraValueToDebugLocsMap &ExternallyUsedValues,