Commits

Joe Groff committed 706e7baac41
SILGen: Handle abstraction differences in stored property access. When we produce a physical LValue with an abstraction difference, cap off the LValue with a logical "OrigToSubstComponent", which enacts the abstraction change on load or store, and introduces a writeback for the property when used in an @inout context. Swift SVN r11498