CodeGen peephole: fold redundant phys reg copies
[oota-llvm.git] / test / CodeGen / X86 / 2006-08-21-ExtraMovInst.ll
index a19d8f7092c3487d63a2767c1d6d389988db71dd..56d5f2f3040a50eba897db1f9efdb16bfa03b203 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc < %s -march=x86 -mcpu=i386 | \
-; RUN:    not grep {movl %eax, %edx}
+; RUN:    not grep "movl %eax, %edx"
 
 define i32 @foo(i32 %t, i32 %C) {
 entry: