forked from OSchip/llvm-project
Remove 'deplibs' keyword, since it's no longer used.
llvm-svn: 169116
This commit is contained in:
parent
035513831b
commit
fbecf8ba24
|
@ -30,7 +30,7 @@
|
|||
"define" "global" "constant" "const" "internal" "linkonce" "linkonce_odr"
|
||||
"weak" "weak_odr" "appending" "uninitialized" "implementation" "..."
|
||||
"null" "undef" "to" "except" "not" "target" "endian" "little" "big"
|
||||
"pointersize" "deplibs" "volatile" "fastcc" "coldcc" "cc") 'words) . font-lock-keyword-face)
|
||||
"pointersize" "volatile" "fastcc" "coldcc" "cc") 'words) . font-lock-keyword-face)
|
||||
;; Arithmetic and Logical Operators
|
||||
`(,(regexp-opt '("add" "sub" "mul" "div" "rem" "and" "or" "xor"
|
||||
"setne" "seteq" "setlt" "setgt" "setle" "setge") 'words) . font-lock-keyword-face)
|
||||
|
|
Loading…
Reference in New Issue