summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-08-31 00:02:59 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-08-31 00:02:59 +0000
commit8f00ffce502c9eb710740e9961cd470fa1908815 (patch)
tree5df6c8a11476e5cfd36af4c9f70bdbe8c335cb33 /test/CodeGen/X86/2008-09-18-inline-asm-2.ll
parentf940a1a869b4fe6f857e7fd8aeb97e7b7e9b390e (diff)
downloadllvm-8f00ffce502c9eb710740e9961cd470fa1908815.tar.gz
llvm-8f00ffce502c9eb710740e9961cd470fa1908815.tar.bz2
llvm-8f00ffce502c9eb710740e9961cd470fa1908815.tar.xz
Fix test typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138843 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-09-18-inline-asm-2.ll')
-rw-r--r--test/CodeGen/X86/2008-09-18-inline-asm-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-09-18-inline-asm-2.ll b/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
index dfd165cc03..511c7b5ebc 100644
--- a/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
+++ b/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
@@ -18,7 +18,7 @@
; CHECK-NOT: [[A3]]
; CHECK: 5th=[[A5:%...]]
; CHECK-NOT: [[A1]]
-; CHECK-NOT; [[A5]]
+; CHECK-NOT: [[A5]]
; CHECK: =4th
; The 6th operand is an 8-bit register, and it mustn't alias the 1st and 5th.