diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/iabs.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/iabs.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/iabs.ll b/llvm/test/CodeGen/PowerPC/iabs.ll index 1414c0e67c3..677b41bb12e 100644 --- a/llvm/test/CodeGen/PowerPC/iabs.ll +++ b/llvm/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 |