Commits
Joe Groff committed 6dce1c9b5f3
SILGen: Let any reftype expression root an lvalue. In the SILGenLValue visitor, stop when we see a subexpression that has a reference type and use the result of that expression to root the lvalue expression. This allows rvalue reference type expressions like `foo().bar = bas` to work. Swift SVN r3460