summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-18 22:22:44 +0000
committerDan Gohman <gohman@apple.com>2010-08-18 22:22:44 +0000
commit4bb464178447ce1d58f20e0644f35b690e3215bd (patch)
tree1001bea5d2f220a6eb7d3d92c2547207b2519a49 /test
parent30963fbe8fa0ba3a4cc35c7c6e8f24c772f1b40c (diff)
downloadllvm-4bb464178447ce1d58f20e0644f35b690e3215bd.tar.gz
llvm-4bb464178447ce1d58f20e0644f35b690e3215bd.tar.bz2
llvm-4bb464178447ce1d58f20e0644f35b690e3215bd.tar.xz
When sending stats output to stdout for grepping, don't emit normal
output to standard output also. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111435 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM/remat.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/remat.ll b/test/CodeGen/ARM/remat.ll
index 1e780e6a90..6b86f1a9f3 100644
--- a/test/CodeGen/ARM/remat.ll
+++ b/test/CodeGen/ARM/remat.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 -stats -info-output-file - | grep "Number of re-materialization"
+; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 -o /dev/null -stats -info-output-file - | grep "Number of re-materialization"
define i32 @main(i32 %argc, i8** nocapture %argv, double %d1, double %d2) nounwind {
entry: