Commits

Chris Lattner committed 90284eca72b
reimplement cleanup processing for 'let' VarDecls. Previously, we would emit the cleanup for the initializing expression when the expression was complete, instead of at the end of the let decl scope (releasing things too early). This fixes rdar://15689514, thanks to DaveA for the great testcase. Swift SVN r11516