summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2022-02-03 09:10:42 -0800
committerPhilip Reames <listmail@philipreames.com>2022-02-03 09:11:47 -0800
commit6d0c007bc1c9b14faaff24cab11d6829a213d866 (patch)
tree9ef43cf335499a0039770b49274f3938fe8f3d6f
parent359a2deb6fc4a982bd513bc5fb3faeac0cb648ef (diff)
[SLP] Fix a typo in comment
-rw-r--r--llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
index c7bcd381c566..cd6131f22efa 100644
--- a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+++ b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -2666,7 +2666,7 @@ private:
};
// If BundleMember is a vector bundle, its operands may have been
- // reordered duiring buildTree(). We therefore need to get its operands
+ // reordered during buildTree(). We therefore need to get its operands
// through the TreeEntry.
if (TreeEntry *TE = BundleMember->TE) {
int Lane = BundleMember->Lane;