1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00

Due to the new tail call optimization, trampolines can no

longer be created for fastcc functions.

llvm-svn: 42925
This commit is contained in:
Duncan Sands 2007-10-12 19:37:31 +00:00
parent 2f62d5da32
commit d781ed9d21

View File

@ -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