Rename one more "local" to "explicit_slot".

This commit is contained in:
Dan Gohman
2018-03-07 21:32:47 -08:00
parent 5e5fcefdfd
commit e6db8e278c

View File

@@ -14,7 +14,7 @@ endif
syn spell notoplevel
syn keyword ctonHeader test isa set
syn keyword ctonDecl function jump_table incoming_arg outgoing_arg spill_slot local emergency_slot
syn keyword ctonDecl function jump_table incoming_arg outgoing_arg spill_slot explicit_slot emergency_slot
syn keyword ctonFilecheck check sameln nextln unordered not regex contained
syn match ctonType /\<\([bif]\d\+\(x\d\+\)\?\)\|[if]flags\>/