aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2006-08-21-ExtraMovInst.ll')
-rw-r--r--test/CodeGen/X86/2006-08-21-ExtraMovInst.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll b/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll
index c2d905a..af30ea4 100644
--- a/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll
+++ b/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll
@@ -1,4 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mcpu=i386 | not grep 'movl %eax, %edx'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mcpu=i386 | \
+; RUN: not grep {movl %eax, %edx}
int %foo(int %t, int %C) {
entry: