Clean up the test.
[oota-llvm.git] / test / CodeGen / X86 / 2008-09-17-inline-asm-1.ll
index 96052a60437c99f1c44377429fc44bd9c6f2650b..b3c6007e9c4a9ad1fffb3497bdc98496312d062c 100644 (file)
@@ -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.