Commits

Chris Lattner committed 1496cde7d8d
fix rdar://19854166 - Swift 1.2 uninitialized constant causes crash This rearranges code so that the destroy_addr cleanup generated to deallocate a 'let' stack temporary is generated against the mark_uninitialized instruction. This allows DI to see it, and nuke it on paths where the let constant is never assigned. Swift SVN r25349