summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLLexer.cpp
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2017-07-17 20:05:19 +0000
committerMartin Storsjo <martin@martin.st>2017-07-17 20:05:19 +0000
commit2f24e93481fe6e870f4c676309057785334c6bb3 (patch)
tree25dba516dfc982e513127a9abcf62566ac699f95 /llvm/lib/AsmParser/LLLexer.cpp
parente1d7776c53bf71a20c613fd8e6087be436f7904f (diff)
downloadbcm5719-llvm-2f24e93481fe6e870f4c676309057785334c6bb3.tar.gz
bcm5719-llvm-2f24e93481fe6e870f4c676309057785334c6bb3.zip
[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well
Rename the enum value from X86_64_Win64 to plain Win64. The symbol exposed in the textual IR is changed from 'x86_64_win64cc' to 'win64cc', but the numeric value is kept, keeping support for old bitcode. Differential Revision: https://reviews.llvm.org/D34474 llvm-svn: 308208
Diffstat (limited to 'llvm/lib/AsmParser/LLLexer.cpp')
-rw-r--r--llvm/lib/AsmParser/LLLexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/AsmParser/LLLexer.cpp b/llvm/lib/AsmParser/LLLexer.cpp
index 428bb21fbf5..90e0d6a216e 100644
--- a/llvm/lib/AsmParser/LLLexer.cpp
+++ b/llvm/lib/AsmParser/LLLexer.cpp
@@ -588,7 +588,7 @@ lltok::Kind LLLexer::LexIdentifier() {
KEYWORD(spir_func);
KEYWORD(intel_ocl_bicc);
KEYWORD(x86_64_sysvcc);
- KEYWORD(x86_64_win64cc);
+ KEYWORD(win64cc);
KEYWORD(x86_regcallcc);
KEYWORD(webkit_jscc);
KEYWORD(swiftcc);
OpenPOWER on IntegriCloud