aboutsummaryrefslogtreecommitdiffstats
path: root/docs/WritingAnLLVMPass.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2005-11-28 23:25:41 +0000
committerJohn Criswell <criswell@uiuc.edu>2005-11-28 23:25:41 +0000
commit0b1010e7b8708997aa6bd2091a05644ba9540184 (patch)
treeae8bf7fb3d5f6234e4cb01337a6f6f347ccfcb39 /docs/WritingAnLLVMPass.html
parent0ba7d71213bebedcc84519a74b8ecbda53a924db (diff)
downloadexternal_llvm-0b1010e7b8708997aa6bd2091a05644ba9540184.zip
external_llvm-0b1010e7b8708997aa6bd2091a05644ba9540184.tar.gz
external_llvm-0b1010e7b8708997aa6bd2091a05644ba9540184.tar.bz2
Fixed a punctuation error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/WritingAnLLVMPass.html')
-rw-r--r--docs/WritingAnLLVMPass.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html
index 1146362..b269327 100644
--- a/docs/WritingAnLLVMPass.html
+++ b/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.