[llvm-commits] CVS: llvm-www/demo/index.cgi

Tanya Lattner tonic at nondot.org
Wed May 23 11:52:35 PDT 2007



Changes in directory llvm-www/demo:

index.cgi updated: 1.68 -> 1.69
---
Log message:

Remove stacker for now.


---
Diffs of the changes:  (+2 -5)

 index.cgi |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)


Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.68 llvm-www/demo/index.cgi:1.69
--- llvm-www/demo/index.cgi:1.68	Tue Jan  9 12:19:56 2007
+++ llvm-www/demo/index.cgi	Wed May 23 13:52:16 2007
@@ -5,7 +5,7 @@
 # doing remote web JO99C compilations.  (It could still be used for that
 # purpose, though the two scripts have diverged somewhat.)
 #
-# Last modified $Date: 2007/01/09 18:19:56 $
+# Last modified $Date: 2007/05/23 18:52:16 $
 #
 
 use strict;
@@ -183,12 +183,9 @@
 print "<p>By the way, what language is this code in?: ",
   $c->radio_group(
     -name    => 'language',
-    -values  => [ 'C', 'C++', 'Stacker' ],
+    -values  => [ 'C', 'C++' ],
     -default => 'C'
   );
-print "</p><p>Look <a href='../docs/Stacker.html#lexicon'>here</a> for 
-information about Stacker and <a 
-href='../docs/Stacker.html#example'>examples</a>.</p>\n";
 
 print '<table border><tr><td wdith="30%">';
 






More information about the llvm-commits mailing list