mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
remove unused variable
This commit is contained in:
@@ -494,7 +494,6 @@ static CondFailInst *hasCondFailUse(SILInstruction *I) {
|
||||
/// a cond_fail on the second result.
|
||||
static CondFailInst *isOverflowChecked(BuiltinInst *AI) {
|
||||
for (auto *Op : AI->getUses()) {
|
||||
SILValue Extract;
|
||||
if (!match(Op->getUser(), m_TupleExtractInst(m_ValueBase(), 1)))
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user