Skip to content

Commit d993b11

Browse files
committed
[VectorCombine] Remove superfluous whitespace from debug log comment. NFC.
1 parent 1229b78 commit d993b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VectorCombine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3106,7 +3106,7 @@ bool VectorCombine::foldInsExtVectorToShuffle(Instruction &I) {
31063106
if (!Ext->hasOneUse())
31073107
NewCost += ExtCost;
31083108

3109-
LLVM_DEBUG(dbgs() << "Found a insert/extract shuffle-like pair : " << I
3109+
LLVM_DEBUG(dbgs() << "Found a insert/extract shuffle-like pair: " << I
31103110
<< "\n OldCost: " << OldCost << " vs NewCost: " << NewCost
31113111
<< "\n");
31123112

0 commit comments

Comments
 (0)