Make sure to syntax hilight the 'unwind' keyword!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9524 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-10-27 05:09:15 +00:00
parent 73b96bd52d
commit 0512d02af7
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
;; Special instructions
'("phi\\|call\\|cast\\|to\\|shl\\|shr\\|vaarg\\|vanext" . font-lock-keyword-face)
;; Control instructions
'("ret\\|br\\|switch\\|invoke" . font-lock-keyword-face)
'("ret\\|br\\|switch\\|invoke\\|unwind" . font-lock-keyword-face)
;; Memory operators
'("malloc\\|alloca\\|free\\|load\\|store\\|getelementptr" . font-lock-keyword-face)
)

View File

@ -21,7 +21,7 @@ syn keyword llvmStatement and or xor
syn keyword llvmStatement setne seteq setlt setgt setle setge
syn keyword llvmStatement phi call cast to shl shr vaarg vanext
syn keyword llvmStatement ret br switch invoke
syn keyword llvmStatement ret br switch invoke unwind
syn keyword llvmStatement malloc alloca free load store getelementptr
syn keyword llvmStatement begin end true false