Commits
John McCall committed 875d914c777
Extract the layout logic out of GenTuple.cpp into a template header. It does seem silly for this to all be templated, but I couldn't really see a very elegant solution given how I wanted things to be genericized. ...interestingly, a ?t.t[] type would have done nicely for some of this. Swift SVN r1807