[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html

Misha Brukman brukman at cs.uiuc.edu
Tue Mar 1 09:15:34 PST 2005



Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.45 -> 1.46
---
Log message:

Use a colon instead of a period since we're introducing a command list


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

 CFEBuildInstrs.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.45 llvm/docs/CFEBuildInstrs.html:1.46
--- llvm/docs/CFEBuildInstrs.html:1.45	Mon Feb 21 10:35:31 2005
+++ llvm/docs/CFEBuildInstrs.html	Tue Mar  1 11:15:23 2005
@@ -244,7 +244,7 @@
 <li><p>Rebuild your CVS tree.  This shouldn't cause the whole thing to be
   rebuilt, but it should build the runtime libraries.  After the tree is
   built, install the runtime libraries into your GCC front-end build tree.
-  These are the commands you need.</p>
+  These are the commands you need:</p>
 <pre>
  % gmake
  % gmake -C runtime install-bytecode
@@ -346,7 +346,7 @@
 
   Brian Gaeke<br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/02/21 16:35:31 $
+  Last modified: $Date: 2005/03/01 17:15:23 $
 </address>
 
 </body>






More information about the llvm-commits mailing list