[llvm-commits] CVS: llvm-www/demo/index.cgi
Chris Lattner
lattner at cs.uiuc.edu
Wed May 18 15:51:12 PDT 2005
Changes in directory llvm-www/demo:
index.cgi updated: 1.55 -> 1.56
---
Log message:
clean up my comment a bit
---
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.55 llvm-www/demo/index.cgi:1.56
--- llvm-www/demo/index.cgi:1.55 Wed May 18 17:49:19 2005
+++ llvm-www/demo/index.cgi Wed May 18 17:50:58 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:49:19 $
+# Last modified $Date: 2005/05/18 22:50:58 $
#
use strict;
@@ -237,8 +237,8 @@
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>You must define or use non-inline methods for their bodies to be
-generated. For example, instead of '<tt>class foo { void bar() {}};</tt>',
+<li>Unused inline functio nand 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