[gardening] Eliminate dead variable.

This commit is contained in:
Michael Gottesman
2016-10-15 21:25:22 -07:00
parent e887310008
commit 12d5547bf9

View File

@@ -1961,7 +1961,6 @@ bool SILParser::parseSILInstruction(SILBasicBlock *BB, SILBuilder &B) {
parseTypedValueRef(Val, AddrLoc, B) || parseSILDebugLocation(InstLoc, B))
return true;
SILType Type = Val->getType();
ResultVal = B.createLoad(InstLoc, Val, Qualifier);
break;
}