Remove the SIL is_nonnull instruction. It's no longer useful.

Swift SVN r21707
This commit is contained in:
Doug Gregor
2014-09-04 15:56:12 +00:00
parent a775b4004a
commit cdf94885ae
17 changed files with 2 additions and 105 deletions

View File

@@ -87,7 +87,6 @@ static bool isTransitiveEscapeInst(SILInstruction *Inst) {
case ValueKind::InjectEnumAddrInst:
case ValueKind::DeinitExistentialInst:
case ValueKind::UnreachableInst:
case ValueKind::IsNonnullInst:
case ValueKind::CondFailInst:
case ValueKind::DynamicMethodBranchInst:
case ValueKind::ReturnInst: