Commits

Joe Groff committed ea197736dbd
SILGen: Reabstract result of 'get' when materializing lvalue to temporary. This is a bit unfortunate since the natural result of 'get' was probably already at the right abstraction level and already got abstracted in the wrong direction, but we don't have the infrastructure to peephole away the redundancy yet. Fixes rdar://problem/20341012. Swift SVN r30483