aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/twoaddr-coalesce-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/twoaddr-coalesce-2.ll')
-rw-r--r--test/CodeGen/X86/twoaddr-coalesce-2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/twoaddr-coalesce-2.ll b/test/CodeGen/X86/twoaddr-coalesce-2.ll
index 6f16a2548aa6..af6d47af7a0f 100644
--- a/test/CodeGen/X86/twoaddr-coalesce-2.ll
+++ b/test/CodeGen/X86/twoaddr-coalesce-2.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2 -stats |& \
-; RUN: grep {twoaddrinstr} | grep {Number of instructions aggressively commuted}
+; RUN: llc < %s -march=x86 -mattr=+sse2 -mcpu=penryn -stats 2>&1 | \
+; RUN: grep "twoaddrinstr" | grep "Number of instructions aggressively commuted"
; rdar://6480363
target triple = "i386-apple-darwin9.6"