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

@@ -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.