[ms-inline asm] Add back-end test case for r166632. Make sure we emit the
[oota-llvm.git] / test / CodeGen / X86 / 2006-08-21-ExtraMovInst.ll
index c1d81d52b932b7f4ce0ad009d03a073955db7b7e..56d5f2f3040a50eba897db1f9efdb16bfa03b203 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=i386 | \
-; RUN:    not grep {movl %eax, %edx}
+; RUN: llc < %s -march=x86 -mcpu=i386 | \
+; RUN:    not grep "movl %eax, %edx"
 
 define i32 @foo(i32 %t, i32 %C) {
 entry: