[llvm-commits] CVS: llvm-www/demo/index.cgi
Chris Lattner
lattner at cs.uiuc.edu
Wed May 18 15:51:30 PDT 2005
Changes in directory llvm-www/demo:
index.cgi updated: 1.56 -> 1.57
---
Log message:
Ok, I suck
---
Diffs of the changes: (+2 -2)
index.cgi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.56 llvm-www/demo/index.cgi:1.57
--- llvm-www/demo/index.cgi:1.56 Wed May 18 17:50:58 2005
+++ llvm-www/demo/index.cgi Wed May 18 17:51:17 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:50:58 $
+# Last modified $Date: 2005/05/18 22:51:17 $
#
use strict;
@@ -237,7 +237,7 @@
href='http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev'>LLVMdev mailing
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>Unused inline functio nand methods are not generated. Instead
+<li>Unused inline functions and methods are not generated. Instead
of '<tt>class foo { void bar() {}};</tt>',
try writing '<tt>class foo { void bar(); }; void foo::bar() {}</tt>'.</li>
</ul>\n";
More information about the llvm-commits
mailing list