Commits

Joe Groff committed 18e2ab4e0fa
SILGen/IRGen: Leave stub initializers out of the vtable. Stub initializers don't get serialized, so this fixes a vtable layout inconsistency when a method of a subclass of a subclass of NSObject is accessed. Fixes rdar://problem/18498385. Swift SVN r22480