summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2003-10-08 05:09:52 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2003-10-08 05:09:52 +0000
commit6b8b22585c8ee1ee9bed9c218c604dfb3d88a851 (patch)
tree7c0b1f94f3dc3d27a4941f1fa86918d8fac667a8 /utils
parent185a7ab2ed2f6e34f5045a1c1e507a7444380260 (diff)
downloadllvm-6b8b22585c8ee1ee9bed9c218c604dfb3d88a851.tar.gz
llvm-6b8b22585c8ee1ee9bed9c218c604dfb3d88a851.tar.bz2
llvm-6b8b22585c8ee1ee9bed9c218c604dfb3d88a851.tar.xz
Properly close anchor tags in column descriptions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8959 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/NightlyTestTemplate.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html
index eba3c2fa99..80be981e87 100644
--- a/utils/NightlyTestTemplate.html
+++ b/utils/NightlyTestTemplate.html
@@ -153,10 +153,10 @@ with an asterisk: `*'. The columns of the tables are:<p>
<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