[llvm-commits] CVS: llvm-www/demo/index.cgi
anon at cs.uiuc.edu
anon at cs.uiuc.edu
Thu Jun 4 12:41:04 PDT 2009
Changes in directory llvm-www/demo:
index.cgi updated: 1.101 -> 1.102
---
Log message:
Put the optimization levels in order of decreasing power.
---
Diffs of the changes: (+1 -1)
index.cgi | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.101 llvm-www/demo/index.cgi:1.102
--- llvm-www/demo/index.cgi:1.101 Thu Jun 4 07:25:32 2009
+++ llvm-www/demo/index.cgi Thu Jun 4 14:38:38 2009
@@ -196,7 +196,7 @@
print "Optimization level: ",
$c->radio_group(
-name => 'optlevel',
- -values => [ 'Standard', 'LTO', 'None' ],
+ -values => [ 'LTO', 'Standard', 'None' ],
-default => 'Standard'
),' <a href="DemoInfo.html#optlevel">?</a><br>', "<p>";
More information about the llvm-commits
mailing list