Commits

Roman Levenstein committed df8df37b3a9
[cast-optimizer] Do not introduce useless Swift->ObjC or ObjC->Swift conversions. Fixed a bug: If there is a cast, where both the source type and the target type are Swift types or both are ObjC types, there is no need for any bridging. rdar://22362776 Swift SVN r32193