Commits

Roman Levenstein committed 4b48718fa74
[sil-combine] Fix a bug in the cond_br (select_enum) -> switch_enum peephole This transformation should not introduce any new critical edges, because sil-combine is not supposed to do this. rdar://27767387