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 3d91d7f commit 976c0d4Copy full SHA for 976c0d4
lib/SILOptimizer/Mandatory/OwnershipModelEliminator.cpp
@@ -342,7 +342,6 @@ void OwnershipModelEliminatorVisitor::splitDestructure(
342
// instruction operands.
343
344
SILModule &M = destructureInst->getModule();
345
- SILLocation loc = destructureInst->getLoc();
346
SILType opType = destructureOperand->getType();
347
348
llvm::SmallVector<Projection, 8> projections;
0 commit comments