vim: add 'builtin', 'nobuiltin', 'nonnull', and 'speculatable' to the keyword list.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307419 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Craig Topper 2017-07-07 18:28:45 +00:00
parent d73686e841
commit 41cafc737b

View File

@ -54,6 +54,7 @@ syn keyword llvmKeyword
\ atomic
\ available_externally
\ blockaddress
\ builtin
\ byval
\ c
\ catch
@ -105,10 +106,12 @@ syn keyword llvmKeyword
\ naked
\ nest
\ noalias
\ nobuiltin
\ nocapture
\ noimplicitfloat
\ noinline
\ nonlazybind
\ nonnull
\ norecurse
\ noredzone
\ noreturn
@ -134,6 +137,7 @@ syn keyword llvmKeyword
\ signext
\ singlethread
\ source_filename
\ speculatable
\ spir_func
\ spir_kernel
\ sret