From: John Criswell Date: Mon, 28 Nov 2005 23:25:41 +0000 (+0000) Subject: Fixed a punctuation error. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0b1010e7b8708997aa6bd2091a05644ba9540184;p=oota-llvm.git Fixed a punctuation error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24502 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 1146362ac55..b26932752eb 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -1217,7 +1217,7 @@ pass is the default implementation for the interface.

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