Commits

Joe Groff committed d752636387a
Runtime: Drop in POD value witnesses when generic structs or enums are instantiated. If, after layout, we recognize that a generic struct or enum instance is POD, we can replace the generic value witnesses in the image with POD ones. Swift SVN r23609