Commits
Joe Groff committed 8fee3fdb9af
IRGen: Don't expect AssociatedTypeProtocol references for @objc protocols. @objc protocols don't have witness tables, so @objc protocol requirements on associated types don't require witness table entries in conformances to the parent protocol. Swift SVN r14660