[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

Jim Laskey jlaskey at apple.com
Sat Oct 21 04:51:54 PDT 2006



Changes in directory nightlytest-serverside:

ProgramResults.php updated: 1.96 -> 1.97
---
Log message:

Undo.

---
Diffs of the changes:  (+1 -3)

 ProgramResults.php |    4 +---
 1 files changed, 1 insertion(+), 3 deletions(-)


Index: nightlytest-serverside/ProgramResults.php
diff -u nightlytest-serverside/ProgramResults.php:1.96 nightlytest-serverside/ProgramResults.php:1.97
--- nightlytest-serverside/ProgramResults.php:1.96	Sat Oct 21 06:46:50 2006
+++ nightlytest-serverside/ProgramResults.php	Sat Oct 21 06:51:39 2006
@@ -396,9 +396,7 @@
     $phase = $phases[$i];
     if (strpos($phase, "*") !== false) {
       list($tool, $tool_result) = split(": ", $phase);
-      if (strlen($tool) != 0) {
-        array_push($result, $tool);
-      }
+      array_push($result, $tool);
     }
   }
   






More information about the llvm-commits mailing list