aboutsummaryrefslogtreecommitdiffstats
path: root/utils/emacs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-08 02:41:11 +0000
committerChris Lattner <sabre@nondot.org>2003-05-08 02:41:11 +0000
commitc567567759bcff43f35bad81e4c3515d2a42f0d1 (patch)
tree5419be3635465459903e9e43e81f0e4ef289b922 /utils/emacs
parent92858ed562de5117c3c42a7c3b2993abe43e75e8 (diff)
downloadexternal_llvm-c567567759bcff43f35bad81e4c3515d2a42f0d1.zip
external_llvm-c567567759bcff43f35bad81e4c3515d2a42f0d1.tar.gz
external_llvm-c567567759bcff43f35bad81e4c3515d2a42f0d1.tar.bz2
Add support for new va_arg instruction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6026 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 f72fbcb..578257a 100644
--- a/utils/emacs/llvm-mode.el
+++ b/utils/emacs/llvm-mode.el
@@ -34,7 +34,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\\|shl\\|shr" . font-lock-keyword-face)
+ '("phi\\|call\\|cast\\|shl\\|shr\\|va_arg" . font-lock-keyword-face)
;; Control instructions
'("ret\\|br\\|switch\\|invoke" . font-lock-keyword-face)
;; Memory operators