diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 0e52fe62224..c036fa6892e 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -77,6 +77,7 @@
The file 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. + +