projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06d77dd
)
Add trampoline support for the new FastCC calling
author
Duncan Sands
<baldrick@free.fr>
Wed, 10 Sep 2008 13:11:09 +0000
(13:11 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Wed, 10 Sep 2008 13:11:09 +0000
(13:11 +0000)
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
lib/Target/X86/X86ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelLowering.cpp
b/lib/Target/X86/X86ISelLowering.cpp
index 3a7ec4f8f25927d3f67e5a0ca8766404c5cb493e..c306fd4891b9a06858c90e58a3f24a77750e86c5 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
lib/Target/X86/X86ISelLowering.cpp
@@
-5717,6
+5717,7
@@
SDValue X86TargetLowering::LowerTRAMPOLINE(SDValue Op,
break;
}
case CallingConv::X86_FastCall:
+ case CallingConv::FastCC:
// Pass 'nest' parameter in EAX.
// Must be kept in sync with X86CallingConv.td
NestReg = X86::EAX;