From: Chris Lattner Date: Fri, 12 Mar 2004 05:54:48 +0000 (+0000) Subject: Teach emacs about the select instruction X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=98124c81fa2a901a0fff799aac76faed1f628e07;p=oota-llvm.git Teach emacs about the select instruction git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12326 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/emacs/llvm-mode.el b/utils/emacs/llvm-mode.el index b26a4cab27d..37f5d88ff15 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