Commits

Chris Lattner committed 153447496f6
fix rdar://15379013 - Definite initialization inappropriately changes existential initialization to assignment We were incorrectly treating init_existential as equivalent to a struct access, where for DI purposes, it is much more like an enum access: a store to the result of a (not further indexed) init_existential pointer should be treated as a full store, not a partial store. Swift SVN r9933