Commits

Joe Groff committed b24190adf39
SIL: Apply type substitutions to struct fields during type lowering. This fixes a latent bug where we were emitting mistyped struct_extract instructions when releasing generic struct instances, and allows SIL to categorize concrete instances of generic structs as loadable if they substitute down to loadable representations. Swift SVN r8212