mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[SLP] fix typo in debug string; NFC
This commit is contained in:
parent
2c6f4bdbb7
commit
98a0dc8d53
@ -1727,7 +1727,7 @@ private:
|
||||
dbgs() << "NULL\n";
|
||||
dbgs() << "ReuseShuffleIndices: ";
|
||||
if (ReuseShuffleIndices.empty())
|
||||
dbgs() << "Emtpy";
|
||||
dbgs() << "Empty";
|
||||
else
|
||||
for (unsigned ReuseIdx : ReuseShuffleIndices)
|
||||
dbgs() << ReuseIdx << ", ";
|
||||
|
Loading…
Reference in New Issue
Block a user