From 6c132cb749932c66a27c9e19ea5426173875f852 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Mon, 17 Jul 2017 20:05:19 +0000 Subject: [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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308208 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/vim/syntax/llvm.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/vim') diff --git a/utils/vim/syntax/llvm.vim b/utils/vim/syntax/llvm.vim index a073d623763..d047578802b 100644 --- a/utils/vim/syntax/llvm.vim +++ b/utils/vim/syntax/llvm.vim @@ -161,7 +161,7 @@ syn keyword llvmKeyword \ within \ writeonly \ x86_64_sysvcc - \ x86_64_win64cc + \ win64cc \ x86_fastcallcc \ x86_stdcallcc \ x86_thiscallcc -- cgit v1.2.3