aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll')
-rw-r--r--test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll b/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
index b0453299669e..5cba3efeefb8 100644
--- a/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
+++ b/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86 -mcpu=yonah -stats |& \
-; RUN: not grep {Number of register spills}
+; RUN: llc < %s -march=x86 -mcpu=yonah -stats 2>&1 | \
+; RUN: not grep "Number of register spills"
; END.