From e928d7dcc5582bb2390d8cd6318c3e76b7cf1f59 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 18 Aug 2003 04:39:41 +0000 Subject: The CBE output is compiled at -O2 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7938 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/NightlyTestTemplate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/NightlyTestTemplate.html') 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:

  • GCC - The time taken to execute the program when compiled with GCC -O2.
  • CBE - The time taken to execute the program after - compilation through the C Backend.
  • + compilation through the C backend, compiled with -O2.
  • LLC - How long does the program generated by the static backend LLC take to execute
  • JIT - The amount of time spent running the -- cgit v1.2.3