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:
@@ -132,7 +132,6 @@ void CallGraph::addEdgesForApply(ApplyInst *AI, CallGraphNode *CallerNode) {
|
||||
|
||||
case ValueKind::PartialApplyInst:
|
||||
case ValueKind::ClassMethodInst:
|
||||
case ValueKind::ProtocolMethodInst:
|
||||
case ValueKind::WitnessMethodInst:
|
||||
case ValueKind::SuperMethodInst:
|
||||
// TODO: Each of these requires specific handling.
|
||||
|
||||
Reference in New Issue
Block a user