Commits

Joe Groff committed d273b799e32
IRGen: Emit downcasts to ObjC protocol types. Use objc_getProtocol to derive a reference to the Protocol* for each required conformance, then pass the array off to a to-be-written dynamicCastObjCProtocol(Un)?Conditional entry point that will do all of the conformsToProtocol checks. Swift SVN r9397