mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
77265edee6
We do clever tricks to avoid having to serialize the full type of a partial_apply instruction, but those conflicted with our clever tricks for handling unusual return conventions. Make sure we do all type calculations for partial_apply in one place. (Credit to Slava for both introducing the problem and immediately seeing how to fix it.) This should allow re-application ofe6a519fand86dcce1.