Commits

Joe Groff committed e6b2598f9ca
SILGen: Fix SIL emission for protocol static methods. Fix typeof(p).staticMethod() for a protocol value p, by allowing ProtocolMethodInst to operate on an existential metatype operand, and fixing the type of static methods accessed by ProtocolMethod so that they can be called using the same metatype value. Swift SVN r5029