aboutsummaryrefslogtreecommitdiffstats
path: root/utils/emacs
diff options
context:
space:
mode:
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 477f821..b26a4ca 100644
--- a/utils/emacs/llvm-mode.el
+++ b/utils/emacs/llvm-mode.el
@@ -33,7 +33,7 @@
;; Special instructions
'("phi\\|call\\|cast\\|to\\|shl\\|shr\\|vaarg\\|vanext" . font-lock-keyword-face)
;; Control instructions
- '("ret\\|br\\|switch\\|invoke" . font-lock-keyword-face)
+ '("ret\\|br\\|switch\\|invoke\\|unwind" . font-lock-keyword-face)
;; Memory operators
'("malloc\\|alloca\\|free\\|load\\|store\\|getelementptr" . font-lock-keyword-face)
)