summaryrefslogtreecommitdiff
path: root/utils/NightlyTestTemplate.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-18 04:39:41 +0000
committerChris Lattner <sabre@nondot.org>2003-08-18 04:39:41 +0000
commite928d7dcc5582bb2390d8cd6318c3e76b7cf1f59 (patch)
tree837c77b61bb492d7460f7c673ea5f5e3c62f94d0 /utils/NightlyTestTemplate.html
parentb1adab7cb5de1bb8d71a26a5facfd9764a7a3e19 (diff)
downloadllvm-e928d7dcc5582bb2390d8cd6318c3e76b7cf1f59.tar.gz
llvm-e928d7dcc5582bb2390d8cd6318c3e76b7cf1f59.tar.bz2
llvm-e928d7dcc5582bb2390d8cd6318c3e76b7cf1f59.tar.xz
The CBE output is compiled at -O2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7938 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTestTemplate.html')
-rw-r--r--utils/NightlyTestTemplate.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html
index 1d131f3c2e..583c6b306f 100644
--- a/utils/NightlyTestTemplate.html
+++ b/utils/NightlyTestTemplate.html
@@ -137,7 +137,7 @@ with an asterisk: `*'. The columns of the tables are:<p>
<li><a name="GCC">GCC</a> - The time taken to execute the program when compiled
with GCC -O2.</li>
<li><a name="CBE">CBE</a> - The time taken to execute the program after
- compilation through the C Backend.</li>
+ compilation through the C backend, compiled with -O2.</li>
<li><a name="LLC">LLC</a> - How long does the program generated by the static
backend LLC take to execute </li>
<li><a name="JIT">JIT</a> - The amount of time spent running the