summaryrefslogtreecommitdiff
path: root/utils/vim
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
commit6c132cb749932c66a27c9e19ea5426173875f852 (patch)
tree8fb76d043b6d58271d0b644b3177c35f08cb112d /utils/vim
parent98215808d6c3d2046b6c23ebe2a0679e4ffd2460 (diff)
[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
Diffstat (limited to 'utils/vim')
-rw-r--r--utils/vim/syntax/llvm.vim2
1 files changed, 1 insertions, 1 deletions
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