remove unused variable

This commit is contained in:
Erik Eckstein
2016-01-26 08:29:25 -08:00
parent 9f83c43a02
commit 8af1372ff3

View File

@@ -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;