mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 08:11:52 +00:00
Added the to' keyword as in
cast <type> <data> to <type>'.
Cleaned up the header of the file (comments/description/etc). llvm-svn: 6557
This commit is contained in:
parent
224cbd666a
commit
1f527a4f51
@ -1,9 +1,6 @@
|
||||
;; Author: Misha Brukman <brukman@cs.uiuc.edu>
|
||||
;; Description:
|
||||
;; Major mode for the LLVM assembler language.
|
||||
;; Updated:
|
||||
;; Apr 22, 2003
|
||||
;; Code:
|
||||
;; Author: Misha Brukman <brukman@cs.uiuc.edu>
|
||||
;; Description: Major mode for the LLVM assembler language.
|
||||
;; Updated: 2003-06-02
|
||||
|
||||
;; Create mode-specific tables.
|
||||
(defvar llvm-mode-syntax-table nil
|
||||
@ -34,7 +31,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\\|va_arg" . font-lock-keyword-face)
|
||||
'("phi\\|call\\|cast\\|to\\|shl\\|shr\\|va_arg" . font-lock-keyword-face)
|
||||
;; Control instructions
|
||||
'("ret\\|br\\|switch\\|invoke" . font-lock-keyword-face)
|
||||
;; Memory operators
|
||||
|
Loading…
x
Reference in New Issue
Block a user