mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	Make sure to syntax hilight the 'unwind' keyword!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9524 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -33,7 +33,7 @@ | |||||||
|    ;; Special instructions |    ;; Special instructions | ||||||
|    '("phi\\|call\\|cast\\|to\\|shl\\|shr\\|vaarg\\|vanext" . font-lock-keyword-face) |    '("phi\\|call\\|cast\\|to\\|shl\\|shr\\|vaarg\\|vanext" . font-lock-keyword-face) | ||||||
|    ;; Control instructions |    ;; Control instructions | ||||||
|    '("ret\\|br\\|switch\\|invoke" . font-lock-keyword-face) |    '("ret\\|br\\|switch\\|invoke\\|unwind" . font-lock-keyword-face) | ||||||
|    ;; Memory operators |    ;; Memory operators | ||||||
|    '("malloc\\|alloca\\|free\\|load\\|store\\|getelementptr" . font-lock-keyword-face) |    '("malloc\\|alloca\\|free\\|load\\|store\\|getelementptr" . font-lock-keyword-face) | ||||||
|    ) |    ) | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ syn keyword llvmStatement and or xor | |||||||
| syn keyword llvmStatement setne seteq setlt setgt setle setge | syn keyword llvmStatement setne seteq setlt setgt setle setge | ||||||
|  |  | ||||||
| syn keyword llvmStatement phi call cast to shl shr vaarg vanext | syn keyword llvmStatement phi call cast to shl shr vaarg vanext | ||||||
| syn keyword llvmStatement ret br switch invoke | syn keyword llvmStatement ret br switch invoke unwind | ||||||
| syn keyword llvmStatement malloc alloca free load store getelementptr | syn keyword llvmStatement malloc alloca free load store getelementptr | ||||||
|  |  | ||||||
| syn keyword llvmStatement begin end true false | syn keyword llvmStatement begin end true false | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user