Commits

Joe Groff committed 3c87c2f480f
IRGen: Copy superclass generic parameters from superclass metadata. Instead of trying to fill the superclass's generic parameter vector from the getGenericMetadata vector, which is broken, only populate the most-derived class's generic parameter vector from the getGenericMetadata vector, and copy the superclass vector from the superclass metadata. Swift SVN r9301