Skip to content

Commit 186dfe7

Browse files
committed
NFC: Fix OSSA Verification printing.
1 parent 665505b commit 186dfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/Verifier/LinearLifetimeChecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ void State::checkDataflowEndState(DeadEndBlocks &deBlocks) {
503503
}
504504
llvm::errs() << "Post Dominating Failure Blocks:\n";
505505
for (auto *succBlock : successorBlocksThatMustBeVisited) {
506-
llvm::errs() << "bb" << succBlock->getDebugID();
506+
llvm::errs() << " bb" << succBlock->getDebugID();
507507
}
508508
llvm::errs() << '\n';
509509
});

0 commit comments

Comments
 (0)