Commits

Joe Groff committed 44497bf9a35
SILGen: Handle byref arguments as logical lvalues. Visit ApplyExpr arguments with SILGenLValue. If the resulting path is purely physical, pass it through to the function. If the path has logical components, materialize the logical property and write it back after applying the function. Swift SVN r3441