Commits

Mark Lacey committed 37a70ef1b38
Fix conditional branch generation for switch_enum. In the case where there is a single tag bit and extra inhabitants, we generate a conditional branch, but we weren't emitting both destination blocks. Fixes rdar://problem/21742335. Swift SVN r30228