Commits

Joe Groff committed 5ed6e2731b9
IRGen: Code gen for casts to existential metatype. The code path here is mostly the same as the class cast case--we have to test the ObjC class (if it is a class) against any ObjC protocols, then look up conformances for the native protocols. Swift SVN r23184