Commits

Joe Groff committed bf9a17bef33
IRGen: Don't emit a check for class-to-AnyObject "checked" casts. They don't need one, and nobody really conforms to the AnyObject sham protocol at runtime. Fixes rdar://problem/19624697, though there's going to be a similiar problem with metatype-to-AnyObject casts that needs fixing as well. Swift SVN r24802