Commits

Joe Groff committed 02de4d80077
IRGen: Handle ownership conventions from SIL apply Introduce cleanups onto arguments to SIL apply instructions, and let CallEmission consume the cleanups corresponding to the values consumed by the called function, so that releases will be emitted as needed to make a foreign call conform to Swift ownership conventions. Swift SVN r4556