Commits

Joe Groff committed f6c72885a65
SILGen: Emit curried function calls. Teach SILGen's CallEmission how to emit calls to an uncurry level above the natural uncurry level of the callee. Factor out a Callee object (like in IRGen) that encapsulates how to emit an abstract callee at any uncurry level. Currently only currying standalone non-generic functions works. Swift SVN r4720