Commits

Roman Levenstein committed b420b49abf3
[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://27664203