Commits

Joe Groff committed fe1ad586e70
SIL: Add a 'union' instruction to construct unions. The instruction represents constructing a loadable union given a case and the data for that case, which will let us emit union constructor functions in SIL instead of IRGen (rdar://problem/14773182). Swift SVN r7558