MS ABI x64: Don't destroy arguments twice on x64
We were destroying them in the callee, and then again in the caller. We should use an EH-only cleanup and disable it at the point of the call for win64, even though we don't use inalloca. llvm-svn: 207733
Loading
Please sign in to comment