Commits

John McCall committed e56e4892a34
When performing a simple 'set' operation on an l-value, peephole reabstraction components by applying them to the r-value instead of materializing to a temporary and then assigning to that. Removes a completely unnecessary use of the getter from simple assignments to properties or subscripts at a different abstraction level. Swift SVN r31197