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:
5310897
)
Drop CSRET from here too.
author
Nick Lewycky
<nicholas@mxc.ca>
Sun, 28 Jan 2007 15:51:15 +0000
(15:51 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Sun, 28 Jan 2007 15:51:15 +0000
(15:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33604
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm2cpp/CppWriter.cpp
patch
|
blob
|
history
diff --git
a/tools/llvm2cpp/CppWriter.cpp
b/tools/llvm2cpp/CppWriter.cpp
index d507d9a516a89044e1d59636bbdcd831e0b61861..9fec9c1ba171f4e8f8e5e60608d116ea9a01a1bc 100644
(file)
--- a/
tools/llvm2cpp/CppWriter.cpp
+++ b/
tools/llvm2cpp/CppWriter.cpp
@@
-258,7
+258,6
@@
CppWriter::printCallingConv(unsigned cc){
// Print the calling convention.
switch (cc) {
case CallingConv::C: Out << "CallingConv::C"; break;
- case CallingConv::CSRet: Out << "CallingConv::CSRet"; break;
case CallingConv::Fast: Out << "CallingConv::Fast"; break;
case CallingConv::Cold: Out << "CallingConv::Cold"; break;
case CallingConv::FirstTargetCC: Out << "CallingConv::FirstTargetCC"; break;