summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Holewinski <justin.holewinski@gmail.com>2013-03-03 19:02:02 -0500
committerJustin Holewinski <justin.holewinski@gmail.com>2013-03-03 19:02:02 -0500
commite4afe6afbc20f5fed06c3a4f06479512e9721fe5 (patch)
treee28eb8bc910676181a4a7830248797f7dc2cce14
parent054c464c70c115f476608a51bb0b4a931d1fa400 (diff)
downloadpygments-e4afe6afbc20f5fed06c3a4f06479512e9721fe5.tar.gz
Add ptx_device/ptx_kernel as valid LLVM calling conventions
-rw-r--r--pygments/lexers/asm.py2
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'