[llvm-commits] CVS: llvm/utils/NightlyTestTemplate.html
Alkis Evlogimenos
alkis at cs.uiuc.edu
Wed Oct 8 00:11:02 PDT 2003
Changes in directory llvm/utils:
NightlyTestTemplate.html updated: 1.20 -> 1.21
---
Log message:
Properly close anchor tags in column descriptions
---
Diffs of the changes: (+4 -4)
Index: llvm/utils/NightlyTestTemplate.html
diff -u llvm/utils/NightlyTestTemplate.html:1.20 llvm/utils/NightlyTestTemplate.html:1.21
--- llvm/utils/NightlyTestTemplate.html:1.20 Mon Oct 6 10:30:00 2003
+++ llvm/utils/NightlyTestTemplate.html Wed Oct 8 00:09:52 2003
@@ -153,10 +153,10 @@
<li><a name="JIT">JIT</a> - The amount of time spent running the
program with the JIT; this includes the code generation phase (listed above)
and actually running the program.</li>
-<li><a name="GCC/LLC">GCC/LLC - The speed-up of the LLC output vs the native
- GCC output: greater than 1 is a speedup, less than 1 is a slowdown.
-<li><a name="GCC/CBE">GCC/CBE - The speed-up of the CBE output vs the native
- GCC output: greater than 1 is a speedup, less than 1 is a slowdown.
+<li><a name="GCC/LLC">GCC/LLC</a> - The speed-up of the LLC output vs the native
+ GCC output: greater than 1 is a speedup, less than 1 is a slowdown.</li>
+<li><a name="GCC/CBE">GCC/CBE</a> - The speed-up of the CBE output vs the native
+ GCC output: greater than 1 is a speedup, less than 1 is a slowdown.</li>
</ol><p>
A complete log of testing
More information about the llvm-commits
mailing list