diff options
-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 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 |