[llvm-commits] [llvm] r138843 - /llvm/trunk/test/CodeGen/X86/2008-09-18-inline-asm-2.ll

Benjamin Kramer benny.kra at googlemail.com
Tue Aug 30 17:02:59 PDT 2011


Author: d0k
Date: Tue Aug 30 19:02:59 2011
New Revision: 138843

URL: http://llvm.org/viewvc/llvm-project?rev=138843&view=rev
Log:
Fix test typo.

Modified:
    llvm/trunk/test/CodeGen/X86/2008-09-18-inline-asm-2.ll

Modified: llvm/trunk/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2008-09-18-inline-asm-2.ll?rev=138843&r1=138842&r2=138843&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2008-09-18-inline-asm-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2008-09-18-inline-asm-2.ll Tue Aug 30 19:02:59 2011
@@ -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.





More information about the llvm-commits mailing list