[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php
Jim Laskey
jlaskey at apple.com
Tue Nov 7 12:00:22 PST 2006
Changes in directory nightlytest-serverside:
ProgramResults.php updated: 1.100 -> 1.101
---
Log message:
Fix heading selector.
---
Diffs of the changes: (+1 -1)
ProgramResults.php | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: nightlytest-serverside/ProgramResults.php
diff -u nightlytest-serverside/ProgramResults.php:1.100 nightlytest-serverside/ProgramResults.php:1.101
--- nightlytest-serverside/ProgramResults.php:1.100 Fri Nov 3 13:52:02 2006
+++ nightlytest-serverside/ProgramResults.php Tue Nov 7 14:00:07 2006
@@ -36,7 +36,7 @@
$category_array=array("GCCAS","Bytecode","LLC compile","LLC\-BETA compile",
"JIT codegen","GCC","CBE","LLC",
"LLC\-BETA","JIT","GCC\/\s*CBE", "GCC\/\s*LLC",
- "GCC\/\s*LLC\-BETA","LLC\/ LLC\-BETA");
+ "GCC\/\s*LLC\-BETA","LLC\/\s*LLC\-BETA");
$category_print_array=array("GCCAS","Bytecode","LLC compile","LLC-BETA compile",
"JIT codegen","GCC","CBE","LLC",
"LLC-BETA","JIT","GCC/ CBE", "GCC/ LLC",
More information about the llvm-commits
mailing list