diff options
author | Tilmann Scheller <tilmann.scheller@googlemail.com> | 2011-03-02 21:36:49 +0000 |
---|---|---|
committer | Tilmann Scheller <tilmann.scheller@googlemail.com> | 2011-03-02 21:36:49 +0000 |
commit | 99cc30c371b7c3706bec267fd35019d035913489 (patch) | |
tree | 7daa383d6658e467defe86c54b1a37ad90638b3b /clang/lib/AST/MicrosoftMangle.cpp | |
parent | 5f2a4f999d33167f55f55886222219321207393d (diff) | |
download | bcm5719-llvm-99cc30c371b7c3706bec267fd35019d035913489.tar.gz bcm5719-llvm-99cc30c371b7c3706bec267fd35019d035913489.zip |
Revert "Add CC_Win64ThisCall and set it in the necessary places."
This reverts commit 126863.
llvm-svn: 126886
Diffstat (limited to 'clang/lib/AST/MicrosoftMangle.cpp')
-rw-r--r-- | clang/lib/AST/MicrosoftMangle.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/AST/MicrosoftMangle.cpp b/clang/lib/AST/MicrosoftMangle.cpp index f5bdd4b537b..4bf7f23a0a9 100644 --- a/clang/lib/AST/MicrosoftMangle.cpp +++ b/clang/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( |