Commits

Joe Groff committed ded5883eb43
SILGen: Fix infinite destructor loop. Putting 'this' in a box causes 'this' to be released with the box at the end of the destructor and infinite-loop. Double-retain it to work around this. Gross. Swift SVN r4752