Commits

Joe Groff committed c38ad6458ef
Runtime: Expose assignExistentialWithCopy entry points. The assign-with-copy operation on existentials is complex enough to be emitted as a function call, which is currently generated on-demand by IRGen for every existential layout. We can instead use the implementation out of the runtime. Provide entry points for zero, one, and any number of witness tables. Swift SVN r9815