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:
3ed7d37
)
Fix name.
author
Duncan Sands
<baldrick@free.fr>
Wed, 10 Sep 2008 13:22:10 +0000
(13:22 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Wed, 10 Sep 2008 13:22:10 +0000
(13:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56055
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 c306fd4891b9a06858c90e58a3f24a77750e86c5..8ce28bf9ba14a42c1a775d905d90c870bdf06321 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
lib/Target/X86/X86ISelLowering.cpp
@@
-5717,7
+5717,7
@@
SDValue X86TargetLowering::LowerTRAMPOLINE(SDValue Op,
break;
}
case CallingConv::X86_FastCall:
- case CallingConv::Fast
CC
:
+ case CallingConv::Fast:
// Pass 'nest' parameter in EAX.
// Must be kept in sync with X86CallingConv.td
NestReg = X86::EAX;