We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee772b commit 07ccee2Copy full SHA for 07ccee2
lib/SILOptimizer/Differentiation/PullbackCloner.cpp
@@ -2541,7 +2541,6 @@ void PullbackCloner::Implementation::visitSILBasicBlock(SILBasicBlock *bb) {
2541
auto concreteBBArgAdjCopy =
2542
builder.emitCopyValueOperation(pbLoc, concreteBBArgAdj);
2543
for (auto pair : incomingValues) {
2544
- pair.second->dump();
2545
auto *predBB = std::get<0>(pair);
2546
auto incomingValue = std::get<1>(pair);
2547
// Handle `switch_enum` on `Optional`.
0 commit comments