Skip to content

Commit 07ccee2

Browse files
authored
Remove stale debug code. (#64325)
1 parent 7ee772b commit 07ccee2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILOptimizer/Differentiation/PullbackCloner.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2541,7 +2541,6 @@ void PullbackCloner::Implementation::visitSILBasicBlock(SILBasicBlock *bb) {
25412541
auto concreteBBArgAdjCopy =
25422542
builder.emitCopyValueOperation(pbLoc, concreteBBArgAdj);
25432543
for (auto pair : incomingValues) {
2544-
pair.second->dump();
25452544
auto *predBB = std::get<0>(pair);
25462545
auto incomingValue = std::get<1>(pair);
25472546
// Handle `switch_enum` on `Optional`.

0 commit comments

Comments
 (0)