Commits

Roman Levenstein committed eddfc3c57a9
Improve casts analysis for bridged types. Check if the outcome of a cast from an ObjC type to a Swift type or from a Swift type to an ObjC type can be statically determined. This allows for folding of many such casts. Swift SVN r26125