Commits
Joe Groff committed 4eeb8eadb99
SIL: Fix ApplyInst verifier bug. If a function has an address-only return and a single non-tuple argument, then it's valid to have a two-argument call where the first argument matches the function input type and the second matches the result type. This occurs for instance if you try to call Builtin.load, with type Builtin.RawPointer -> T, for an address-only T. Swift SVN r3587