diff options
author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2003-10-08 05:09:52 +0000 |
---|---|---|
committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2003-10-08 05:09:52 +0000 |
commit | 6b8b22585c8ee1ee9bed9c218c604dfb3d88a851 (patch) | |
tree | 7c0b1f94f3dc3d27a4941f1fa86918d8fac667a8 /utils | |
parent | 185a7ab2ed2f6e34f5045a1c1e507a7444380260 (diff) | |
download | external_llvm-6b8b22585c8ee1ee9bed9c218c604dfb3d88a851.zip external_llvm-6b8b22585c8ee1ee9bed9c218c604dfb3d88a851.tar.gz external_llvm-6b8b22585c8ee1ee9bed9c218c604dfb3d88a851.tar.bz2 |
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.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index eba3c2f..80be981 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 |