Commits
Joe Groff committed b75c948f1b2
SILGen: Fix address-only return in curried decl. Checking the result type of the FunctionType for address-only-ness doesn't work for a curried func decl, whose result type is a function type. Pass down the result type from the func decl to emitProlog instead of letting emitProlog derive it from the expr type. Swift SVN r3586