Commits
Joe Groff committed d98083184c2
SILGen: Add a context argument to SILGenFunction. Add some private per-recursion-level info that will let SILGen track emit-into initializations, materializing into a load, and other peephole optimizations. We'll also need context to be able to distinguish argument tuples from tuple values, which need to lower differently when they contain address-only elements. Swift SVN r3579