Properly close anchor tags in column descriptions

llvm-svn: 8959
This commit is contained in:
Alkis Evlogimenos 2003-10-08 05:09:52 +00:00
parent b3b1e08563
commit 74f2f89831
1 changed files with 4 additions and 4 deletions

View 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