Commits

Joe Groff committed 25c1a262c6d
IRGen: Use local type metadata for generic downcasts. We can only directly use class metadata and swift_dynamicCastClass* for a downcast to a concrete class. For generic classes we need to instantiate the metadata at runtime. Fixes <rdar://problem/14266071>. Swift SVN r5804