Commits

Joe Groff committed 8b65debdc58
IRGen: Handle protocol inheritance in witness_method lowering. If the conformance in a witness_method instruction represented a derived protocol instead of the exact protocol of the desired method, we would crash. Handle this by drilling down to the exact conformance needed before forming a witness ref. Fixes rdar://problem/26633668.