Commits

Joe Groff committed 374aff66328
SILGen: Use ElementAddr for lvalue TupleElements. If the operand of a TupleElementExpr is an lvalue, derive the address of the element from the operand rather than try to extract a value from it as the code was doing before. Swift SVN r3392