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 8450e37 commit b467319Copy full SHA for b467319
lib/SILOptimizer/SemanticARC/CopyValueOpts.cpp
@@ -187,7 +187,6 @@ bool SemanticARCOptVisitor::performGuaranteedCopyValueOptimization(
187
// scope, regardless of whether the end of the scope is inside a dead-end
188
// block.
189
{
190
- SmallVector<Operand *, 8> scratchSpace;
191
if (llvm::any_of(borrowScopeIntroducers, [&](BorrowedValue borrowScope) {
192
return !borrowScope.areUsesWithinTransitiveScope(
193
lr.getAllConsumingUses(), nullptr);
0 commit comments