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

Tanya Brethour tbrethou at cs.uiuc.edu
Thu Nov 18 17:26:50 PST 2004



Changes in directory llvm/docs:

WritingAnLLVMPass.html updated: 1.34 -> 1.35
---
Log message:

Fixed a typo.


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

Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/WritingAnLLVMPass.html:1.34 llvm/docs/WritingAnLLVMPass.html:1.35
--- llvm/docs/WritingAnLLVMPass.html:1.34	Thu Nov 18 19:25:14 2004
+++ llvm/docs/WritingAnLLVMPass.html	Thu Nov 18 19:26:37 2004
@@ -1211,12 +1211,12 @@
 <!-- *********************************************************************** -->
 
 <div class="doc_text">
-<p>The file <a
+<p>The <a
 href="http:://llvm.cs.uiuc.edu/doxygen/Statistic_8h-source.html"><tt>Statistic</tt></a>
 class, is designed to be an easy way to expose various success
 metrics from passes.  These statistics are printed at the end of a
 run, when the -stats command line option is enabled on the command
-line. See the <a href="http://llvm.org/docs/ProgrammersManual.html#Statistic">Statistics section</a> in the Programmers Manual for details. 
+line. See the <a href="http://llvm.org/docs/ProgrammersManual.html#Statistic">Statistics section</a> in the Programmer's Manual for details. 
 
 </div>
 
@@ -1589,7 +1589,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/11/19 01:25:14 $
+  Last modified: $Date: 2004/11/19 01:26:37 $
 </address>
 
 </body>






More information about the llvm-commits mailing list