Commits

Joe Groff committed dd55e97c764
IRGen: Lower a 'void' result value for ApplyInsts with out parameters. Even if a function has an out parameter, in SIL the ApplyInst formally has a void return value, which ends up getting used occasionally by the reabstraction machinery. Make that work in IRGen. Swift SVN r11590