SIL: Drop the protocol_method instruction.

Swift SVN r22446
This commit is contained in:
Joe Groff
2014-10-01 23:35:41 +00:00
parent 699cee5f00
commit 3a606b9eb8
32 changed files with 58 additions and 515 deletions

View File

@@ -156,7 +156,6 @@ static bool useCaptured(Operand *UI) {
// These instructions do not cause the address to escape.
if (isa<CopyAddrInst>(User) ||
isa<LoadInst>(User) ||
isa<ProtocolMethodInst>(User) ||
isa<DebugValueInst>(User) ||
isa<DebugValueAddrInst>(User) ||
isa<StrongReleaseInst>(User) ||