Skip to content

Commit

Permalink
llvm lexer: add poison keyword (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed Nov 28, 2020
1 parent fc11c62 commit d004c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygments/lexers/asm.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ class LlvmLexer(RegexLexer):
'nonlazybind', 'nonnull', 'norecurse', 'noRecurse', 'noredzone', 'noreturn',
'notail', 'notEligibleToImport', 'nounwind', 'nsw', 'nsz', 'null', 'nuw', 'oeq',
'offset', 'oge', 'ogt', 'ole', 'olt', 'one', 'opaque', 'optforfuzzing',
'optnone', 'optsize', 'or', 'ord', 'path', 'personality', 'phi',
'optnone', 'optsize', 'or', 'ord', 'path', 'personality', 'phi', 'poison',
'prefix', 'preserve_allcc', 'preserve_mostcc', 'private', 'prologue',
'protected', 'ptrtoint', 'ptx_device', 'ptx_kernel', 'readnone', 'readNone',
'readonly', 'readOnly', 'reassoc', 'refs', 'relbf', 'release', 'resByArg',
Expand Down

0 comments on commit d004c05

Please sign in to comment.