Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
d7db2ded
Commit
d7db2ded
authored
15 years ago
by
Dan Gohman
Browse files
Options
Downloads
Patches
Plain Diff
Add indirectbr and blockaddress to the vim syntax highlighting file.
llvm-svn: 85451
parent
e413e88f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/utils/vim/llvm.vim
+2
-1
2 additions, 1 deletion
llvm/utils/vim/llvm.vim
with
2 additions
and
1 deletion
llvm/utils/vim/llvm.vim
+
2
−
1
View file @
d7db2ded
...
@@ -34,7 +34,7 @@ syn keyword llvmStatement phi call select shl lshr ashr va_arg
...
@@ -34,7 +34,7 @@ syn keyword llvmStatement phi call select shl lshr ashr va_arg
syn
keyword llvmStatement
trunc
zext sext
syn
keyword llvmStatement
trunc
zext sext
syn
keyword llvmStatement fptrunc fpext fptoui fptosi uitofp sitofp
syn
keyword llvmStatement fptrunc fpext fptoui fptosi uitofp sitofp
syn
keyword llvmStatement ptrtoint inttoptr bitcast
syn
keyword llvmStatement ptrtoint inttoptr bitcast
syn
keyword llvmStatement
ret
br
switch invoke unwind unreachable
syn
keyword llvmStatement
ret
br
indirectbr
switch invoke unwind unreachable
syn
keyword llvmStatement malloc alloca free load store getelementptr
syn
keyword llvmStatement malloc alloca free load store getelementptr
syn
keyword llvmStatement extractelement insertelement shufflevector
syn
keyword llvmStatement extractelement insertelement shufflevector
syn
keyword llvmStatement extractvalue insertvalue
syn
keyword llvmStatement extractvalue insertvalue
...
@@ -56,6 +56,7 @@ syn keyword llvmKeyword noredzone noimplicitfloat naked
...
@@ -56,6 +56,7 @@ syn keyword llvmKeyword noredzone noimplicitfloat naked
syn
keyword llvmKeyword module asm align tail
to
syn
keyword llvmKeyword module asm align tail
to
syn
keyword llvmKeyword addrspace section alias sideeffect
c
gc
syn
keyword llvmKeyword addrspace section alias sideeffect
c
gc
syn
keyword llvmKeyword target datalayout triple
syn
keyword llvmKeyword target datalayout triple
syn
keyword llvmKeyword blockaddress
" Obsolete keywords.
" Obsolete keywords.
syn
keyword llvmError uninitialized implementation
syn
keyword llvmError uninitialized implementation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment