forked from OSchip/llvm-project
[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:
parent
a19f0eec94
commit
4a64d710ae
|
@ -567,7 +567,7 @@ public:
|
|||
|
||||
/// Construct a vectorizable tree that starts at \p Roots, ignoring users for
|
||||
/// 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.
|
||||
void buildTree(ArrayRef<Value *> Roots,
|
||||
ExtraValueToDebugLocsMap &ExternallyUsedValues,
|
||||
|
|
Loading…
Reference in New Issue