Commits

Joe Groff committed c320fe1e394
SILGen: Implement variadics in argument tuples. Bring variadic support back to tuples in argument contexts. Since the variadic part of a tuple is never going to be destructured, we can evaluate it all eagerly and reuse the code in emitTupleShuffle that was already there. Swift SVN r3734