commit | f1047cf09f19f86102aefeeca6e1f82e07887a49 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Wed Sep 10 13:11:09 2008 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Wed Sep 10 13:11:09 2008 +0000 |
tree | f3e141f97a66aa4889720097559ef03b199a4c82 | |
parent | 98736d55a76d9c327c2fa65fe90b4d28f026c91d [diff] [blame] |
Add trampoline support for the new FastCC calling convention (not related to recent Ada testsuite failures). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56054 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 3a7ec4f..c306fd4 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp
@@ -5717,6 +5717,7 @@ break; } case CallingConv::X86_FastCall: + case CallingConv::FastCC: // Pass 'nest' parameter in EAX. // Must be kept in sync with X86CallingConv.td NestReg = X86::EAX;