summaryrefslogtreecommitdiff
path: root/utils/emacs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-03-12 05:54:48 +0000
committerChris Lattner <sabre@nondot.org>2004-03-12 05:54:48 +0000
commit98124c81fa2a901a0fff799aac76faed1f628e07 (patch)
tree29d6527e7443c4ffd8ddbd9cf9b2570ccc563685 /utils/emacs
parent230c1a7222aa0c975120cf03a612117fe471fb78 (diff)
downloadllvm-98124c81fa2a901a0fff799aac76faed1f628e07.tar.gz
llvm-98124c81fa2a901a0fff799aac76faed1f628e07.tar.bz2
llvm-98124c81fa2a901a0fff799aac76faed1f628e07.tar.xz
Teach emacs about the select instruction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12326 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/emacs')
-rw-r--r--utils/emacs/llvm-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/emacs/llvm-mode.el b/utils/emacs/llvm-mode.el
index b26a4cab27..37f5d88ff1 100644
--- a/utils/emacs/llvm-mode.el
+++ b/utils/emacs/llvm-mode.el
@@ -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