Commits

Joe Groff committed 95a6e4db87c
IRGen: Don't emit ObjC methods into vtables. ObjC methods always need to be invoked through objc_msgSend, so they shouldn't have vtable slots, and Swift subclasses that override ObjC methods should always insert override slots into their vtables. Swift SVN r3889