mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 08:26:29 +00:00
Teach emacs about the select instruction
llvm-svn: 12326
This commit is contained in:
parent
b53ea9f895
commit
ac0217ede2
@ -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\\|vaarg\\|vanext" . font-lock-keyword-face)
|
||||
'("phi\\|call\\|cast\\|select\\|to\\|shl\\|shr\\|vaarg\\|vanext" . font-lock-keyword-face)
|
||||
;; Control instructions
|
||||
'("ret\\|br\\|switch\\|invoke\\|unwind" . font-lock-keyword-face)
|
||||
;; Memory operators
|
||||
|
Loading…
Reference in New Issue
Block a user