mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Syntax highlight the new operators
llvm-svn: 9328
This commit is contained in:
parent
82584a2741
commit
bd683948e7
@ -31,7 +31,7 @@
|
||||
;; Arithmetic and Logical Operators
|
||||
'("add\\|sub\\|mul\\|div\\|rem\\|and\\|or\\|xor\\|set\\(ne\\|eq\\|lt\\|gt\\|le\\|ge\\)" . font-lock-keyword-face)
|
||||
;; Special instructions
|
||||
'("phi\\|call\\|cast\\|to\\|shl\\|shr\\|va_arg" . font-lock-keyword-face)
|
||||
'("phi\\|call\\|cast\\|to\\|shl\\|shr\\|vaarg\\|vanext" . font-lock-keyword-face)
|
||||
;; Control instructions
|
||||
'("ret\\|br\\|switch\\|invoke" . font-lock-keyword-face)
|
||||
;; Memory operators
|
||||
|
@ -20,7 +20,7 @@ syn keyword llvmStatement add sub mul div rem
|
||||
syn keyword llvmStatement and or xor
|
||||
syn keyword llvmStatement setne seteq setlt setgt setle setge
|
||||
|
||||
syn keyword llvmStatement phi call cast to shl shr va_arg
|
||||
syn keyword llvmStatement phi call cast to shl shr vaarg vanext
|
||||
syn keyword llvmStatement ret br switch invoke
|
||||
syn keyword llvmStatement malloc alloca free load store getelementptr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user