aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/iabs.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-16 15:15:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-16 15:15:52 +0000
commit4cda190ef512853b290db8b4054367fa2e3e094c (patch)
tree2cee5f23133d0d58fe9c24a836fc5694861ac22f /test/CodeGen/PowerPC/iabs.ll
parent3401c99889184fee77307889914299f283e23def (diff)
downloadexternal_llvm-4cda190ef512853b290db8b4054367fa2e3e094c.zip
external_llvm-4cda190ef512853b290db8b4054367fa2e3e094c.tar.gz
external_llvm-4cda190ef512853b290db8b4054367fa2e3e094c.tar.bz2
For PR1319:
Fix test syntax per new rules. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36133 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/iabs.ll')
-rw-r--r--test/CodeGen/PowerPC/iabs.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/iabs.ll b/test/CodeGen/PowerPC/iabs.ll
index 1414c0e..677b41b 100644
--- a/test/CodeGen/PowerPC/iabs.ll
+++ b/test/CodeGen/PowerPC/iabs.ll
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -stats 2>&1 | grep '4 .*Number of machine instrs printed'
+; RUN: llvm-as < %s | llc -march=ppc32 -stats |& \
+; RUN: grep {4 .*Number of machine instrs printed}
;; Integer absolute value, should produce something as good as:
;; srawi r2, r3, 31