Commits

Roman Levenstein committed a444f78cdf6
[sil-combine] Fix a verifier assertion triggered by compiling the objc_bridge_cast.swift test with -O If the target ObjC type of a bridged cast is not the exact type being expected, but one of its superclasses, perform an upcast (e.g. upcast NSArray to NSObject). rdar://20869055 Swift SVN r28319