Skip to content

Commit

Permalink
Remove obsolete keywords which are no longer relevant.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112382 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Dan Gohman committed Aug 28, 2010
1 parent 04a7858 commit 245ae51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/vim/llvm.vim
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ syn keyword llvmKeyword target datalayout triple
syn keyword llvmKeyword blockaddress

" Obsolete keywords.
syn keyword llvmError uninitialized implementation
syn keyword llvmError getresult big little endian begin end
syn keyword llvmError getresult begin end

" Misc syntax.
syn match llvmNoName /[%@]\d\+\>/
Expand Down

0 comments on commit 245ae51

Please sign in to comment.