Changes in directory llvm/utils:

NewNightlyTest.pl updated: 1.34 -> 1.35
---
Log message:

Removed some unneccesary printing from the nightly tester.


---
Diffs of the changes:  (+0 -6)

 NewNightlyTest.pl |    6 ------
 1 files changed, 6 deletions(-)


Index: llvm/utils/NewNightlyTest.pl
diff -u llvm/utils/NewNightlyTest.pl:1.34 llvm/utils/NewNightlyTest.pl:1.35
--- llvm/utils/NewNightlyTest.pl:1.34   Thu Jul 27 16:01:39 2006
+++ llvm/utils/NewNightlyTest.pl        Thu Jul 27 20:06:18 2006
@@ -824,13 +824,7 @@
     print "SingleSource TEST STAGE\n";
        }
        ($SingleSourceProgramsTable, $llcbeta_options) = 
TestDirectory("SingleSource");
-       if ( $VERBOSE ) {
-    print "SingleSource returned $SingleSourceProgramsTable\n";
-       }
        WriteFile "$Prefix-singlesourceprogramstable.txt", 
$SingleSourceProgramsTable;
-       if ( $VERBOSE ) {
-         print "MultiSource TEST STAGE\n";
-       }
        ($MultiSourceProgramsTable, $llcbeta_options) = 
TestDirectory("MultiSource");
        WriteFile "$Prefix-multisourceprogramstable.txt", 
$MultiSourceProgramsTable;
        if ( $VERBOSE ) {



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to