Commits

Nadav Rotem committed aaba211ad05
[SILGen] fix rdar://21883752. Make sure that dealloc_stack instructions are inserted in the right place. Before the fix we were inserting the dealloc_stack in the wrong basic block. Adding a scope to performWriteback ensures that the different writeback methods don't leak cleanups into the their caller cleanup scope. Swift SVN r30428