Commits

Chris Lattner committed 47aa6894f99
Teach DIMemoryUseCollector to handle "derived self" versions of the MarkUninitialized instruction. The ugliness here is that 'self' is stuck in a box (not promoted to a value) by SILGen because super.init can change it. This requires some ugly but effective pattern matching to be able to look through the loads and stores involved. Swift SVN r11023