From: Tanya Lattner Date: Fri, 19 Nov 2004 01:26:37 +0000 (+0000) Subject: Fixed a typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=05f8d5fed6b966b2a5854cdc564bd7f362765779;p=oota-llvm.git Fixed a typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17972 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index c036fa6892e..7b90db352bc 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -1211,12 +1211,12 @@ pass is the default implementation for the interface.

-

The file The Statistic 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 Statistics section in the Programmers Manual for details. +line. See the Statistics section in the Programmer's Manual for details.