From 6b8b22585c8ee1ee9bed9c218c604dfb3d88a851 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8959 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/NightlyTestTemplate.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index eba3c2fa99e..80be981e875 100644 --- a/utils/NightlyTestTemplate.html +++ b/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 -- 2.34.1