Commits

John McCall committed 85fecab3b11
Reorganize the emission of a call site so that it's abstracted over exactly how the arguments are emitted. Introduce a new code path which emits arguments from existing Explosions (possibly of the wrong resilience level). Use that code path to implement getter/setter code for MemberRefExpr l-values. This is just a checkpoint for the latter two parts, but the ApplyExpr path is working correctly in the new framework, which is worth a commit. Swift SVN r1589