summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/iabs.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/iabs.ll')
-rw-r--r--test/CodeGen/PowerPC/iabs.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/iabs.ll b/test/CodeGen/PowerPC/iabs.ll
index a43f09c..7d089bb 100644
--- a/test/CodeGen/PowerPC/iabs.ll
+++ b/test/CodeGen/PowerPC/iabs.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=ppc32 -stats |& \
-; RUN: grep {4 .*Number of machine instrs printed}
+; RUN: llc < %s -march=ppc32 -stats 2>&1 | \
+; RUN: grep "4 .*Number of machine instrs printed"
;; Integer absolute value, should produce something as good as:
;; srawi r2, r3, 31
OpenPOWER on IntegriCloud