Commits
Doug Gregor committed f45c1c93d29
Fix dynamic casts to Objective-C-compiled classes. Previously, we would emit bogus references to Swift metadata when attempting to downcast to an Objective-C-compiled class, which doesn't exist. Now, we just emit a direct reference to the Objective-C class data. Swift SVN r3559