[llvm-commits] [llvm] r111435 - /llvm/trunk/test/CodeGen/ARM/remat.ll

Dan Gohman gohman at apple.com
Wed Aug 18 15:22:44 PDT 2010


Author: djg
Date: Wed Aug 18 17:22:44 2010
New Revision: 111435

URL: http://llvm.org/viewvc/llvm-project?rev=111435&view=rev
Log:
When sending stats output to stdout for grepping, don't emit normal
output to standard output also.

Modified:
    llvm/trunk/test/CodeGen/ARM/remat.ll

Modified: llvm/trunk/test/CodeGen/ARM/remat.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/remat.ll?rev=111435&r1=111434&r2=111435&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/remat.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/remat.ll Wed Aug 18 17:22:44 2010
@@ -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:





More information about the llvm-commits mailing list