Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit d64a599

Browse files
committed
Fixed dead links in WritingAnLLVMPass.rst
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317467 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent d8ea264 commit d64a599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/WritingAnLLVMPass.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ implementation for the interface.
10321032
Pass Statistics
10331033
===============
10341034

1035-
The `Statistic <http://llvm.org/doxygen/Statistic_8h-source.html>`_ class is
1035+
The `Statistic <http://llvm.org/doxygen/Statistic_8h_source.html>`_ class is
10361036
designed to be an easy way to expose various success metrics from passes.
10371037
These statistics are printed at the end of a run, when the :option:`-stats`
10381038
command line option is enabled on the command line. See the :ref:`Statistics
@@ -1043,7 +1043,7 @@ section <Statistic>` in the Programmer's Manual for details.
10431043
What PassManager does
10441044
---------------------
10451045

1046-
The `PassManager <http://llvm.org/doxygen/PassManager_8h-source.html>`_ `class
1046+
The `PassManager <http://llvm.org/doxygen/PassManager_8h_source.html>`_ `class
10471047
<http://llvm.org/doxygen/classllvm_1_1PassManager.html>`_ takes a list of
10481048
passes, ensures their :ref:`prerequisites <writing-an-llvm-pass-interaction>`
10491049
are set up correctly, and then schedules passes to run efficiently. All of the

0 commit comments

Comments
 (0)