Commits
Joe Groff committed c431509516f
IRGen: Reserve a spot in the nominal type descriptor for the field type vector accessor. Building the field type vector is potentially expensive and the vector isn't needed unless we do reflectiony things to a type, so let's use a lazy accessor. Make room for it, but don't populate it yet, so we can deal with fallout from the metadata layout change. Swift SVN r15194