[llvm-commits] CVS: llvm-test/TEST.nightly.report

Andrew Lenharth alenhar2 at cs.uiuc.edu
Wed Nov 2 08:15:27 PST 2005



Changes in directory llvm-test:

TEST.nightly.report updated: 1.37 -> 1.38
---
Log message:

This does wonderful things for readability

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

 TEST.nightly.report |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm-test/TEST.nightly.report
diff -u llvm-test/TEST.nightly.report:1.37 llvm-test/TEST.nightly.report:1.38
--- llvm-test/TEST.nightly.report:1.37	Wed Oct 26 11:45:24 2005
+++ llvm-test/TEST.nightly.report	Wed Nov  2 10:15:15 2005
@@ -66,7 +66,7 @@
  ["LLC"      , 'TEST-RESULT-llc-time: program\s*([.0-9m:]+)', \&FormatTime],
  ["LLC-BETA" , 'TEST-RESULT-llc-beta-time: program\s*([.0-9m:]+)',\&FormatTime],
  ["JIT"      , 'TEST-RESULT-jit-time: program\s*([.0-9m:]+)', \&FormatTime],
- ["GCC/CBE"  , \&GCCCBERatio],
- ["GCC/LLC"  , \&GCCLLCRatio],
- ["GCC/LLC-BETA"  , \&GCCLLC_BETARatio]
+ ["GCC/<br>CBE"  , \&GCCCBERatio],
+ ["GCC/<br>LLC"  , \&GCCLLCRatio],
+ ["GCC/<br>LLC-BETA"  , \&GCCLLC_BETARatio]
 );






More information about the llvm-commits mailing list