Use X86_thiscall calling convention for Win64 as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126934 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tilmann Scheller
2011-03-03 07:49:07 +00:00
parent 78c1e1781c
commit 49d7999b89
6 changed files with 2 additions and 12 deletions

View File

@ -549,7 +549,6 @@ lltok::Kind LLLexer::LexIdentifier() {
KEYWORD(msp430_intrcc);
KEYWORD(ptx_kernel);
KEYWORD(ptx_device);
KEYWORD(win64_thiscallcc);
KEYWORD(cc);
KEYWORD(c);