mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Due to the new tail call optimization, trampolines can no
longer be created for fastcc functions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42925 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f646774edd
commit
2e4d675d93
@ -4878,7 +4878,6 @@ SDOperand X86TargetLowering::LowerTRAMPOLINE(SDOperand Op,
|
||||
default:
|
||||
assert(0 && "Unsupported calling convention");
|
||||
case CallingConv::C:
|
||||
case CallingConv::Fast:
|
||||
case CallingConv::X86_StdCall: {
|
||||
// Pass 'nest' parameter in ECX.
|
||||
// Must be kept in sync with X86CallingConv.td
|
||||
|
Loading…
x
Reference in New Issue
Block a user