Commits

Joe Groff committed d90f9d46aed
SILGen: Lifetime-extend the "self" parameters of inner-pointer methods. Do this the lazy way, just autoreleasing "self" after the call. A future optimization pass may be able to eliminate this autorelease when it recognizes the lifetime of the derived value, but that's not immediately necessary. Swift SVN r16635