Commits

Joe Groff committed 2c257fa78a0
IRGen: Fix assertion failure when doing a checked cast to AnyObject. The optimizer could eliminate these but isn't there yet. These instructions are valid nonetheless and should be emittable. Fixes rdar://problem/18934125. Swift SVN r23269