[llvm-commits] CVS: llvm/utils/vim/llvm.vim

Chris Lattner lattner at cs.uiuc.edu
Thu May 5 23:07:47 PDT 2005



Changes in directory llvm/utils/vim:

llvm.vim updated: 1.13 -> 1.14
---
Log message:

Hilight tail


---
Diffs of the changes:  (+1 -1)

 llvm.vim |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/utils/vim/llvm.vim
diff -u llvm/utils/vim/llvm.vim:1.13 llvm/utils/vim/llvm.vim:1.14
--- llvm/utils/vim/llvm.vim:1.13	Sat Oct 16 13:24:32 2004
+++ llvm/utils/vim/llvm.vim	Fri May  6 01:07:34 2005
@@ -20,7 +20,7 @@
 syn keyword llvmStatement and or xor
 syn keyword llvmStatement setne seteq setlt setgt setle setge
 
-syn keyword llvmStatement phi call cast to select shl shr vaarg vanext
+syn keyword llvmStatement phi tail call cast to select shl shr vaarg vanext
 syn keyword llvmStatement ret br switch invoke unwind unreachable
 syn keyword llvmStatement malloc alloca free load store getelementptr
 






More information about the llvm-commits mailing list