Commits
Doug Gregor committed 5917038895d
Untested IR generation for dynamic_method_br. The dynamic method branch queries for the ability of an object to respond to a particular selector (with -respondsToSelector:) and branches on the result. Note that we can't actually check the resulting IR here until we handle partial application on Objective-C methods (<rdar://problem/14958980>). Swift SVN r8081