Skip to content

Commit 5fe1a49

Browse files
committed
[SLP] fix typo in debug string; NFC
1 parent 74cd9e5 commit 5fe1a49

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
@@ -1727,7 +1727,7 @@ class BoUpSLP {
17271727
dbgs() << "NULL\n";
17281728
dbgs() << "ReuseShuffleIndices: ";
17291729
if (ReuseShuffleIndices.empty())
1730-
dbgs() << "Emtpy";
1730+
dbgs() << "Empty";
17311731
else
17321732
for (unsigned ReuseIdx : ReuseShuffleIndices)
17331733
dbgs() << ReuseIdx << ", ";

0 commit comments

Comments
 (0)