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.