Skip to content

Commit 4a64d71

Browse files
committed
[NFC] Test commit. Please ignore.
As a test commit I fixed a misspelling in one of comments in SLP vectorizer.
1 parent a19f0ee commit 4a64d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ class BoUpSLP {
567567

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

0 commit comments

Comments
 (0)