Commits

Doug Gregor committed 67d0efd162e
Use SILGenFunction::getMethodDispatch() to decide on delegating-initializer dispatch. Fixes an attempt to perform vtable dispatch to an initializer that was defined in an extension and is not @objc, which means it had no vtable entry <rdar://problem/17909833>. Swift SVN r21352