Skip to content

Commit 6986f12

Browse files
authored
[mlir] [NFC] Remove stray debug statement (#166696)
Co-authored-by: Jeremy Kun <j2kun@users.noreply.github.com>
1 parent 556dd01 commit 6986f12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Interfaces/ControlFlowInterfaces.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ static bool traverseRegionGraph(Region *begin,
328328
<< nextRegion->getRegionNumber() << ", returning true";
329329
return true;
330330
}
331-
llvm::dbgs() << "Region: " << nextRegion << "\n";
332331
if (!nextRegion->getParentOp()) {
333332
llvm::errs() << "Region " << *nextRegion << " has no parent op\n";
334333
return false;

0 commit comments

Comments
 (0)