Commits

Chris Lattner committed 567a3175dca
extend the mark_initialized SIL instruction to have a "kind" enum field. Existing uses use a "globalvar" kind. Add a new "rootinit" kind which will be used for root initializers (i.e. init methods of structs, enums, and root classes). Swift SVN r10772