diff options
| author | John Criswell <criswell@uiuc.edu> | 2005-11-28 23:25:41 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2005-11-28 23:25:41 +0000 |
| commit | 3e149a2c90ffd0ae386459401eb610b615b5498d (patch) | |
| tree | 892a7116b5d3a223a51d7104638588a2f67cd7e4 /llvm/docs/WritingAnLLVMPass.html | |
| parent | 50986909dc3943b7ec773c817c83d8dd3166a78d (diff) | |
| download | bcm5719-llvm-3e149a2c90ffd0ae386459401eb610b615b5498d.tar.gz bcm5719-llvm-3e149a2c90ffd0ae386459401eb610b615b5498d.zip | |
Fixed a punctuation error.
llvm-svn: 24502
Diffstat (limited to 'llvm/docs/WritingAnLLVMPass.html')
| -rw-r--r-- | llvm/docs/WritingAnLLVMPass.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/WritingAnLLVMPass.html b/llvm/docs/WritingAnLLVMPass.html index 1146362ac55..b26932752eb 100644 --- a/llvm/docs/WritingAnLLVMPass.html +++ b/llvm/docs/WritingAnLLVMPass.html @@ -1217,7 +1217,7 @@ pass is the default implementation for the interface.</p> <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. |

