summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-12-03 10:09:01 +0100
committerGeorg Brandl <georg@python.org>2012-12-03 10:09:01 +0100
commitaf9fea08b09a8ea0a38271693da692532ac0fd84 (patch)
treede8e9252c4e7806095ff7a9e5fce2823a5ff1817
parent43ba70b00e97712c9e5c0af2174977c547ef495d (diff)
parent6fa013559292c00c4e63664cb542c6577e692d22 (diff)
downloadpygments-af9fea08b09a8ea0a38271693da692532ac0fd84.tar.gz
Merged in nolta/pygments-main (pull request #129)
-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 c1d46bcb..340cd136 100644
--- a/pygments/lexers/asm.py
+++ b/pygments/lexers/asm.py
@@ -240,7 +240,7 @@ class LlvmLexer(RegexLexer):
r'|linkonce_odr|weak|weak_odr|appending|dllimport|dllexport'
r'|common|default|hidden|protected|extern_weak|external'
r'|thread_local|zeroinitializer|undef|null|to|tail|target|triple'
- r'|deplibs|datalayout|volatile|nuw|nsw|exact|inbounds|align'
+ r'|datalayout|volatile|nuw|nsw|exact|inbounds|align'
r'|addrspace|section|alias|module|asm|sideeffect|gc|dbg'
r'|ccc|fastcc|coldcc|x86_stdcallcc|x86_fastcallcc|arm_apcscc'