Commits

Mark Lacey committed 85edc079b79
Coerce scalar types in function returns. Previously we coerced only struct return types, but we actually need to be able to coerce scalar types as well, e.g. differing pointer types when the ABI type differs from the type used in the body of the function. Swift SVN r12527