Commits
Michael Gottesman committed 0c0958b2e58
[devirtualization] Change devirtualization of protocol_method to use SILModule::lookUpWitnessTable instead of iterating over the witness tables itself. This cleans up the code and also allows devirtualization to cause deserialization of witness table declarations. <rdar://problem/16646818> Swift SVN r16741