Commits

John McCall committed 1be602a010e
The return type passed to the call emitter needs to be the substituted return type, not the original. We were getting away with it as long as we had a final address, but we won't always have a final address, as in this test case, where we're ignoring the result. Swift SVN r2421