Commits

Joe Groff committed c45dccb3356
Runtime: Handle dynamic casts from ErrorType classes to NSError. Move the check for NSError earlier so that it covers class cases, and put a check in _dynamicCastFromExistential to avoid the identical-class fast path when NSError's involved. Fixes rdar://problem/21116814. Swift SVN r29130