Commits

Joe Groff committed cfa8cb7518b
SILGenPattern: Support address-only unions. Switch on address-only unions using the destructive_switch_union_addr instruction. This is safe to do now thanks to r7812: The destructured value will now naturally be cleaned up instead of the invalidated union. Swift SVN r7821