This repository was archived by the owner on Apr 23, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1032,7 +1032,7 @@ implementation for the interface.
1032
1032
Pass Statistics
1033
1033
===============
1034
1034
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
1036
1036
designed to be an easy way to expose various success metrics from passes.
1037
1037
These statistics are printed at the end of a run, when the :option: `-stats `
1038
1038
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.
1043
1043
What PassManager does
1044
1044
---------------------
1045
1045
1046
- The `PassManager <http://llvm.org/doxygen/PassManager_8h-source .html >`_ `class
1046
+ The `PassManager <http://llvm.org/doxygen/PassManager_8h_source .html >`_ `class
1047
1047
<http://llvm.org/doxygen/classllvm_1_1PassManager.html> `_ takes a list of
1048
1048
passes, ensures their :ref: `prerequisites <writing-an-llvm-pass-interaction >`
1049
1049
are set up correctly, and then schedules passes to run efficiently. All of the
You can’t perform that action at this time.
0 commit comments