Properly close anchor tags in column descriptions
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Wed, 8 Oct 2003 05:09:52 +0000 (05:09 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Wed, 8 Oct 2003 05:09:52 +0000 (05:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8959 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NightlyTestTemplate.html

index eba3c2fa99e230dd795e6375b03dddb0451e03f6..80be981e875922d452bac62798dc5e16762f9ac5 100644 (file)
@@ -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