Commits

Joe Groff committed 271046d583f
IRGen: Start implementing switch_union lowering. Implement the dispatch half of switch_union for no-payload and singleton unions, lowering them respectively to an integer switch or a simple branch. We don't yet bind the argument payload in the destination branches or handle multi-payload cases. Swift SVN r7327