Skip to content

Commit 5200bd9

Browse files
committed
Remove extra print
1 parent 89da790 commit 5200bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ bool ThreadSanitizer::isPathClear(
10091009

10101010
while (IDomNode && IDomNode->getBlock() && IDomNode->getBlock() != DomBB) {
10111011
BasicBlock *IntermediateBB = IDomNode->getBlock();
1012-
dbgs() << "Inter IDom BB " << IntermediateBB->getName() << "\n";
1012+
LLVM_DEBUG(dbgs() << "Inter IDom BB " << IntermediateBB->getName() << "\n");
10131013
for (const Instruction &InterI : *IntermediateBB) {
10141014
LLVM_DEBUG(dbgs() << "\tisPathClear -- Checking 2: " << InterI << "\n");
10151015
if (isInstrDangerous(&InterI, TLI, LockOp))

0 commit comments

Comments
 (0)