[llvm-commits] CVS: llvm/docs/WritingAnLLVMPass.html
John Criswell
criswell at cs.uiuc.edu
Mon Nov 28 15:26:02 PST 2005
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.41 -> 1.42
---
Log message:
Fixed a punctuation error.
---
Diffs of the changes: (+2 -2)
WritingAnLLVMPass.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/WritingAnLLVMPass.html:1.41 llvm/docs/WritingAnLLVMPass.html:1.42
--- llvm/docs/WritingAnLLVMPass.html:1.41 Fri Jul 15 14:25:12 2005
+++ llvm/docs/WritingAnLLVMPass.html Mon Nov 28 17:25:41 2005
@@ -1217,7 +1217,7 @@
<div class="doc_text">
<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
+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 Programmer's Manual for details.
@@ -1593,7 +1593,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: 2005/07/15 19:25:12 $
+ Last modified: $Date: 2005/11/28 23:25:41 $
</address>
</body>
More information about the llvm-commits
mailing list