diff options
author | Justin Holewinski <justin.holewinski@gmail.com> | 2013-03-03 19:02:02 -0500 |
---|---|---|
committer | Justin Holewinski <justin.holewinski@gmail.com> | 2013-03-03 19:02:02 -0500 |
commit | e4afe6afbc20f5fed06c3a4f06479512e9721fe5 (patch) | |
tree | e28eb8bc910676181a4a7830248797f7dc2cce14 | |
parent | 054c464c70c115f476608a51bb0b4a931d1fa400 (diff) | |
download | pygments-e4afe6afbc20f5fed06c3a4f06479512e9721fe5.tar.gz |
Add ptx_device/ptx_kernel as valid LLVM calling conventions
-rw-r--r-- | pygments/lexers/asm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/asm.py b/pygments/lexers/asm.py index 7ff64bcc..f080327b 100644 --- a/pygments/lexers/asm.py +++ b/pygments/lexers/asm.py @@ -244,7 +244,7 @@ class LlvmLexer(RegexLexer): r'|align|addrspace|section|alias|module|asm|sideeffect|gc|dbg' r'|ccc|fastcc|coldcc|x86_stdcallcc|x86_fastcallcc|arm_apcscc' - r'|arm_aapcscc|arm_aapcs_vfpcc' + r'|arm_aapcscc|arm_aapcs_vfpcc|ptx_device|ptx_kernel' r'|cc|c' |