mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: Drop the protocol_method instruction.
Swift SVN r22446
This commit is contained in:
@@ -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) ||
|
||||
|
||||
Reference in New Issue
Block a user