Commits

Joe Groff committed 253e24bb50b
SILGen: Factor out return expr evaluation. Factor the return expr evaluation code out of visitReturnStmt so it can be shared by emitClosure for ClosureExprs, and closure exprs that return address-only types can work. Swift SVN r5040