Commits

Roman Levenstein committed 8cc0f1161ac
Fix an IRGen bug related to re-use of type metadata. The self metadata in the changed method corresponds to the conforming type. For an inheritable conformance, that may be a subclass of the static type, and so the self metadata will be inexact. Currently, all conformances are inheritable. rdar://27301453