From: Raphael Isemann Date: Mon, 6 Nov 2017 09:51:39 +0000 (+0000) Subject: Fixed dead links in WritingAnLLVMPass.rst X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d64a5991124b7602ae9dc3111aaab471d557b6c7;p=llvm Fixed dead links in WritingAnLLVMPass.rst git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317467 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/WritingAnLLVMPass.rst b/docs/WritingAnLLVMPass.rst index 54b3630e655..41f400740e8 100644 --- a/docs/WritingAnLLVMPass.rst +++ b/docs/WritingAnLLVMPass.rst @@ -1032,7 +1032,7 @@ implementation for the interface. Pass Statistics =============== -The `Statistic `_ class is +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 :option:`-stats` command line option is enabled on the command line. See the :ref:`Statistics @@ -1043,7 +1043,7 @@ section ` in the Programmer's Manual for details. What PassManager does --------------------- -The `PassManager `_ `class +The `PassManager `_ `class `_ takes a list of passes, ensures their :ref:`prerequisites ` are set up correctly, and then schedules passes to run efficiently. All of the