From 74f2f89831e745247b0972d2a11c5463de263f1f Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Wed, 8 Oct 2003 05:09:52 +0000 Subject: [PATCH] Properly close anchor tags in column descriptions llvm-svn: 8959 --- llvm/utils/NightlyTestTemplate.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/utils/NightlyTestTemplate.html b/llvm/utils/NightlyTestTemplate.html index eba3c2fa99e2..80be981e8759 100644 --- a/llvm/utils/NightlyTestTemplate.html +++ b/llvm/utils/NightlyTestTemplate.html @@ -153,10 +153,10 @@ with an asterisk: `*'. The columns of the tables are:

  • JIT - The amount of time spent running the program with the JIT; this includes the code generation phase (listed above) and actually running the program.
  • -
  • 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. -
  • 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. +
  • 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.
  • +
  • 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.
  • A complete log of testing