diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-06 18:29:14 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-06 18:29:14 +0000 |
commit | c537224c0092658d99ef898e25e8a209fb3c43e8 (patch) | |
tree | dcadd700ab773c95c3be9f3ba1381475f0376060 /utils/NightlyTestTemplate.html | |
parent | 135e1d8c3c38ddae185ea53134ac6176d129dcd7 (diff) | |
download | external_llvm-c537224c0092658d99ef898e25e8a209fb3c43e8.zip external_llvm-c537224c0092658d99ef898e25e8a209fb3c43e8.tar.gz external_llvm-c537224c0092658d99ef898e25e8a209fb3c43e8.tar.bz2 |
Remove LLC-BETA and linear scan options as they are no longer reported.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18574 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTestTemplate.html')
-rw-r--r-- | utils/NightlyTestTemplate.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index 43eca07..ab91f1e 100644 --- a/utils/NightlyTestTemplate.html +++ b/utils/NightlyTestTemplate.html @@ -215,9 +215,6 @@ 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-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 |