[llvm-commits] CVS: llvm-www/demo/index.cgi
Chris Lattner
lattner at cs.uiuc.edu
Wed May 18 15:49:33 PDT 2005
Changes in directory llvm-www/demo:
index.cgi updated: 1.54 -> 1.55
---
Log message:
unbreak demo page
---
Diffs of the changes: (+3 -3)
index.cgi | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.54 llvm-www/demo/index.cgi:1.55
--- llvm-www/demo/index.cgi:1.54 Wed May 18 17:48:52 2005
+++ llvm-www/demo/index.cgi Wed May 18 17:49:19 2005
@@ -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: 2005/05/18 22:48:52 $
+# Last modified $Date: 2005/05/18 22:49:19 $
#
use strict;
@@ -238,8 +238,8 @@
list</a>.</p>\n<p>Hints:</p><ul><li>The generated LLVM code will be easier to read if
you use stdio (e.g., printf) than iostreams (e.g., std::cout).</li>
<li>You must define or use non-inline methods for their bodies to be
-generated. For example, instead of "<tt>class foo { void bar() {}};</tt>",
-try writing "<tt>class foo { void bar(); }; void foo::bar() {}</tt>".</li>
+generated. For example, instead of '<tt>class foo { void bar() {}};</tt>',
+try writing '<tt>class foo { void bar(); }; void foo::bar() {}</tt>'.</li>
</ul>\n";
$ENV{'PATH'} = ( join ( ':', @PREPENDPATHDIRS ) ) . ":" . $ENV{'PATH'};
More information about the llvm-commits
mailing list