[llvm-commits] [llvm] r56380 - /llvm/trunk/test/CodeGen/X86/2008-09-17-inline-asm-1.ll

Evan Cheng evan.cheng at apple.com
Fri Sep 19 18:26:28 PDT 2008


Author: evancheng
Date: Fri Sep 19 20:26:27 2008
New Revision: 56380

URL: http://llvm.org/viewvc/llvm-project?rev=56380&view=rev
Log:
Clean up the test.

Modified:
    llvm/trunk/test/CodeGen/X86/2008-09-17-inline-asm-1.ll

Modified: llvm/trunk/test/CodeGen/X86/2008-09-17-inline-asm-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2008-09-17-inline-asm-1.ll?rev=56380&r1=56379&r2=56380&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2008-09-17-inline-asm-1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2008-09-17-inline-asm-1.ll Fri Sep 19 20:26:27 2008
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -o - -march=x86 | not grep "movl %eax, %eax"
-; RUN: llvm-as < %s | llc -o - -march=x86 | not grep "movl %edx, %edx"
-; RUN: llvm-as < %s | llc -o - -march=x86 | not grep "movl (%eax), %eax"
-; RUN: llvm-as < %s | llc -o - -march=x86 | not grep "movl (%edx), %edx"
+; RUN: llvm-as < %s | llc -march=x86 | not grep "movl %eax, %eax"
+; RUN: llvm-as < %s | llc -march=x86 | not grep "movl %edx, %edx"
+; RUN: llvm-as < %s | llc -march=x86 | not grep "movl (%eax), %eax"
+; RUN: llvm-as < %s | llc -march=x86 | not grep "movl (%edx), %edx"
 
 ; %0 must not be put in EAX or EDX.
 ; In the first asm, $0 and $2 must not be put in EAX.





More information about the llvm-commits mailing list