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

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 26 09:31:06 PST 2005



Changes in directory llvm-www/demo:

index.cgi updated: 1.40 -> 1.41
---
Log message:

be a bit more clear.


---
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.40 llvm-www/demo/index.cgi:1.41
--- llvm-www/demo/index.cgi:1.40	Fri Feb 25 14:36:18 2005
+++ llvm-www/demo/index.cgi	Sat Feb 26 11:30:50 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/02/25 20:36:18 $
+# Last modified $Date: 2005/02/26 17:30:50 $
 #
 
 use strict;
@@ -155,9 +155,9 @@
 <p>Bitter Melon the cat says, paste a C/C++ program in the text box or upload
    one from your computer, and you can see the equivalent LLVM code, meow!!</p>
 
-<p>If you want to upload a file from a program with header files, you should
+<p>If you want to try out a file that uses non-standard header files,  you should
   preprocess it (e.g., with the <tt>-save-temps</tt> or <tt>-E</tt> options to
-  <tt>gcc</tt>) first.</p>
+  <tt>gcc</tt>) then upload the result.</p>
 
 END
 






More information about the llvm-commits mailing list