Commits

Slava Pestov committed d598e320916
SIL: Fix conditional destroy generation for delegating initializers If the had a block where one predecessor had self initialized and another had self uninitialized, DI would emit incorrect code for the initialized case -- we would release self, then deallocate it, causing a double-free. This is the final part of <rdar://problem/21991742>. Swift SVN r31149