From: Benjamin Kramer Date: Wed, 31 Aug 2011 00:02:59 +0000 (+0000) Subject: Fix test typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8f00ffce502c9eb710740e9961cd470fa1908815;p=oota-llvm.git Fix test typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138843 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 dfd165cc03e..511c7b5ebcb 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.