summaryrefslogtreecommitdiffstats
path: root/llvm/utils/emacs/llvm-mode.el
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2018-11-13 19:50:38 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2018-11-13 19:50:38 +0000
commitc2728bc932238b6d37c9024d037920d4b1572e2b (patch)
treed992b079af93e78a0d22df4cd4b93b486efca3e4 /llvm/utils/emacs/llvm-mode.el
parentaca8390216ab0185b74cdbd8a36cc64f351bf234 (diff)
downloadbcm5719-llvm-c2728bc932238b6d37c9024d037920d4b1572e2b.tar.gz
bcm5719-llvm-c2728bc932238b6d37c9024d037920d4b1572e2b.zip
Add fneg instruction to syntax highlighting lists
llvm-svn: 346785
Diffstat (limited to 'llvm/utils/emacs/llvm-mode.el')
-rw-r--r--llvm/utils/emacs/llvm-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/emacs/llvm-mode.el b/llvm/utils/emacs/llvm-mode.el
index 95c7f3c0c6d..cde66d12286 100644
--- a/llvm/utils/emacs/llvm-mode.el
+++ b/llvm/utils/emacs/llvm-mode.el
@@ -62,7 +62,7 @@
`(,(regexp-opt '("add" "sub" "mul" "sdiv" "udiv" "urem" "srem" "and" "or" "xor"
"setne" "seteq" "setlt" "setgt" "setle" "setge") 'symbols) . font-lock-keyword-face)
;; Floating-point operators
- `(,(regexp-opt '("fadd" "fsub" "fmul" "fdiv" "frem") 'symbols) . font-lock-keyword-face)
+ `(,(regexp-opt '("fadd" "fsub" "fneg" "fmul" "fdiv" "frem") 'symbols) . font-lock-keyword-face)
;; Special instructions
`(,(regexp-opt '("phi" "tail" "call" "select" "to" "shl" "lshr" "ashr" "fcmp" "icmp" "va_arg" "landingpad") 'symbols) . font-lock-keyword-face)
;; Control instructions
OpenPOWER on IntegriCloud