aboutsummaryrefslogtreecommitdiffstats
path: root/docs/WritingAnLLVMPass.html
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-19 01:26:37 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-19 01:26:37 +0000
commit05f8d5fed6b966b2a5854cdc564bd7f362765779 (patch)
treed4dd27e26d8ff44df45fdafbb4c8044021e2d50f /docs/WritingAnLLVMPass.html
parentd5383653a4c1065efd1ea504d114feb457a8331e (diff)
downloadexternal_llvm-05f8d5fed6b966b2a5854cdc564bd7f362765779.zip
external_llvm-05f8d5fed6b966b2a5854cdc564bd7f362765779.tar.gz
external_llvm-05f8d5fed6b966b2a5854cdc564bd7f362765779.tar.bz2
Fixed a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17972 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/WritingAnLLVMPass.html')
-rw-r--r--docs/WritingAnLLVMPass.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html
index c036fa6..7b90db3 100644
--- a/docs/WritingAnLLVMPass.html
+++ b/docs/WritingAnLLVMPass.html
@@ -1211,12 +1211,12 @@ pass is the default implementation for the interface.</p>
<!-- *********************************************************************** -->
<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>