We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d527c commit 974d8f6Copy full SHA for 974d8f6
llvm/docs/WritingAnLLVMPass.rst
@@ -489,7 +489,7 @@ spanning the range from ``DominatorSet`` to ``BreakCriticalEdges``. Requiring
489
edges in the CFG when your pass has been run.
490
491
Some analyses chain to other analyses to do their job. For example, an
492
-`AliasAnalysis <AliasAnalysis>` implementation is required to :ref:`chain
+`AliasAnalysis <AliasAnalysis.html>`_ implementation is required to :ref:`chain
493
<aliasanalysis-chaining>` to other alias analysis passes. In cases where
494
analyses chain, the ``addRequiredTransitive`` method should be used instead of
495
the ``addRequired`` method. This informs the ``PassManager`` that the
0 commit comments