Did I mention that I _HATE_ CPRs?
[oota-llvm.git] / utils / emacs / llvm-mode.el
index 477f821ded94c02454c3000be1e9689fcc943fef..b26a4cab27d8583ed82299c1db4c0c1731744443 100644 (file)
@@ -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)
    )