Skip to content

Commit 8af1372

Browse files
committed
remove unused variable
1 parent 9f83c43 commit 8af1372

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ static CondFailInst *hasCondFailUse(SILInstruction *I) {
494494
/// a cond_fail on the second result.
495495
static CondFailInst *isOverflowChecked(BuiltinInst *AI) {
496496
for (auto *Op : AI->getUses()) {
497-
SILValue Extract;
498497
if (!match(Op->getUser(), m_TupleExtractInst(m_ValueBase(), 1)))
499498
continue;
500499

0 commit comments

Comments
 (0)