diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-08-18 04:39:41 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-08-18 04:39:41 +0000 |
| commit | 978b8487dda337cc8dec0f02ce5cede5c7b13fad (patch) | |
| tree | d0de620b899763a7e092dc742417692efe29c921 | |
| parent | fe2b22fe54bb1fa22ea2887aec8698f0f6e11b85 (diff) | |
| download | bcm5719-llvm-978b8487dda337cc8dec0f02ce5cede5c7b13fad.tar.gz bcm5719-llvm-978b8487dda337cc8dec0f02ce5cede5c7b13fad.zip | |
The CBE output is compiled at -O2
llvm-svn: 7938
| -rw-r--r-- | llvm/utils/NightlyTestTemplate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/NightlyTestTemplate.html b/llvm/utils/NightlyTestTemplate.html index 1d131f3c2ee..583c6b306f8 100644 --- a/llvm/utils/NightlyTestTemplate.html +++ b/llvm/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 |

