diff options
| author | Dan Gohman <gohman@apple.com> | 2010-08-18 22:22:44 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-08-18 22:22:44 +0000 |
| commit | bcd92bb1a7ff4ba853283bf8202dffda8a943388 (patch) | |
| tree | 1001bea5d2f220a6eb7d3d92c2547207b2519a49 | |
| parent | f41c951e379823b5225ac97e726c7a04750e2dd7 (diff) | |
| download | external_llvm-bcd92bb1a7ff4ba853283bf8202dffda8a943388.zip external_llvm-bcd92bb1a7ff4ba853283bf8202dffda8a943388.tar.gz external_llvm-bcd92bb1a7ff4ba853283bf8202dffda8a943388.tar.bz2 | |
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
| -rw-r--r-- | test/CodeGen/ARM/remat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/remat.ll b/test/CodeGen/ARM/remat.ll index 1e780e6..6b86f1a 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: |
