diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-23 06:50:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-23 06:50:18 +0000 |
commit | 5c2e282865821ba65795a2d14bd95e5a82a6be41 (patch) | |
tree | e477f1619a5737caa405d0ca98fec7ddb9b40465 /utils/NightlyTestTemplate.html | |
parent | 94881e8c4522e368df38275d28c8ececdd1e171e (diff) | |
download | external_llvm-5c2e282865821ba65795a2d14bd95e5a82a6be41.zip external_llvm-5c2e282865821ba65795a2d14bd95e5a82a6be41.tar.gz external_llvm-5c2e282865821ba65795a2d14bd95e5a82a6be41.tar.bz2 |
Change column name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15129 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTestTemplate.html')
-rw-r--r-- | utils/NightlyTestTemplate.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index dc1ab57..1bac637 100644 --- a/utils/NightlyTestTemplate.html +++ b/utils/NightlyTestTemplate.html @@ -206,9 +206,9 @@ with an asterisk: `*'. The columns of the tables are:<p> 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> -<li><a name="LLC-LS">LLC-LS</a> - How long does the program generated by the static - backend LLC take to execute the program, when compiled with the linear scan - register allocator. This is temporary, for tuning.</li> +<li><a name="LLC-BETA">LLC-BETA</a> - How long does the program generated by the static + backend LLC take to execute the program, when compiled with new experimental + features. This is temporary, for tuning.</li> </ol><p> A complete log of testing |