Skip to content

Commit 3ed40f4

Browse files
committed
Remove debug statement
1 parent 0305d3b commit 3ed40f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2364,8 +2364,6 @@ void ComplexDeinterleavingGraph::replaceNodes() {
23642364
assert(UnrollInfo.empty() &&
23652365
"UnrollInfo should be empty after replacing all nodes");
23662366

2367-
for (auto *I : DeadInstrRoots)
2368-
dbgs() << "Dead Instr Root: " << *I << "\n";
23692367
for (auto *I : DeadInstrRoots)
23702368
RecursivelyDeleteTriviallyDeadInstructions(I, TLI);
23712369
}

0 commit comments

Comments
 (0)