Commits

Roman Levenstein committed c66e7bc7332
[sil-simplify-cfg] Bugfix for jump-threading of checked_cast_br. Fix a stupid bug. When we look for a dominating checked_cast_br, we need to check that both the current one and a dominating one are either both [exact] or both not [exact]. rdar://19948357 Swift SVN r25637