summaryrefslogtreecommitdiffstats
path: root/llvm/utils/vim
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-01-15 21:36:30 +0000
committerEric Christopher <echristo@apple.com>2010-01-15 21:36:30 +0000
commit8444d7536c9f0f1b3a513e5efbbef9529c39ce23 (patch)
tree99da6426a5da9b1f9d03fe229044bae65543768a /llvm/utils/vim
parent7fe6e9c2f1d1eb41a9887adcadedc2a06d1b1fbe (diff)
downloadbcm5719-llvm-8444d7536c9f0f1b3a513e5efbbef9529c39ce23.tar.gz
bcm5719-llvm-8444d7536c9f0f1b3a513e5efbbef9529c39ce23.zip
Remove the InlineHint attribute. There are no current or planned
users. llvm-svn: 93558
Diffstat (limited to 'llvm/utils/vim')
-rw-r--r--llvm/utils/vim/llvm.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/vim/llvm.vim b/llvm/utils/vim/llvm.vim
index 6e4a207b68e..48a4c68aefa 100644
--- a/llvm/utils/vim/llvm.vim
+++ b/llvm/utils/vim/llvm.vim
@@ -51,7 +51,7 @@ syn keyword llvmKeyword volatile fastcc coldcc cc ccc
syn keyword llvmKeyword x86_stdcallcc x86_fastcallcc
syn keyword llvmKeyword signext zeroext inreg sret nounwind noreturn
syn keyword llvmKeyword nocapture byval nest readnone readonly noalias
-syn keyword llvmKeyword inlinehint noinline alwaysinline optsize ssp sspreq
+syn keyword llvmKeyword noinline alwaysinline optsize ssp sspreq
syn keyword llvmKeyword noredzone noimplicitfloat naked
syn keyword llvmKeyword module asm align tail to
syn keyword llvmKeyword addrspace section alias sideeffect c gc
OpenPOWER on IntegriCloud