summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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