Commits

Joe Groff committed a818f6f23b9
IRGen: Steal single-Swift-refcounted partial_apply argument as context. If a partial application's context consists of a sole Swift-refcounted argument, we don't need an additional box; we can just adopt the argument as the function context. This nicely handles the common case of a class method being partially applied on its "self". Swift SVN r9298