aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/MicrosoftMangle.cpp
diff options
context:
space:
mode:
authorTilmann Scheller <tilmann.scheller@googlemail.com>2011-03-02 21:36:49 +0000
committerTilmann Scheller <tilmann.scheller@googlemail.com>2011-03-02 21:36:49 +0000
commit9c6082fe89c61af697f017aa80937581cc2128d8 (patch)
treea584f24f02bbaa5188567583995a02ea6ece0ee2 /lib/AST/MicrosoftMangle.cpp
parent9a7e09d82f739c8fd1b6c28787397d698515a871 (diff)
Revert "Add CC_Win64ThisCall and set it in the necessary places."
This reverts commit 126863. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126886 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/MicrosoftMangle.cpp')
-rw-r--r--lib/AST/MicrosoftMangle.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/AST/MicrosoftMangle.cpp b/lib/AST/MicrosoftMangle.cpp
index f5bdd4b537..4bf7f23a0a 100644
--- a/lib/AST/MicrosoftMangle.cpp
+++ b/lib/AST/MicrosoftMangle.cpp
@@ -879,9 +879,6 @@ void MicrosoftCXXNameMangler::mangleCallingConvention(const FunctionType *T,
case CC_X86ThisCall: Out << 'E'; break;
case CC_X86StdCall: Out << 'G'; break;
case CC_X86FastCall: Out << 'I'; break;
- case CC_Win64ThisCall:
- assert(false && "Don't know how to mangle Win64 thiscall cc yet!");
- break;
}
}
void MicrosoftCXXNameMangler::mangleThrowSpecification(