Commits

Doug Gregor committed 8f0a7c5e192
Only use Objective-C dispatch to a constructor if it is actuallly @objc. <rdar://problem/15967182> fixed the inference of @objc for initializers, but our SILGen predicate deciding whether to perform Objective-C dispatch was failing to heed the @objc bit on constructors. Fixes <rdar://problem/16041090>. Swift SVN r13787