Commits

Roman Levenstein committed 77580edea5a
Re-submit: Enable cast optimizations as a guaranteed optimization. Fix a few places in diagnose unreachable, which were emitting false diagnostics after enabling this optimization. This commit does not disable and remove the special-casing for bridging conversions in the CSApply yet. Let's wait a bit and see that everything works properly after my recent cast optimizations changes. If everything is OK, we can remove the code from CSApply. This time it does not break the Alamofire external project (rdar://20579035). rdar://20467603 Swift SVN r27513