Skip to content

Commit c422215

Browse files
committed
[docs] Fix a documentation link
1 parent e5f196e commit c422215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/WritingAnLLVMPass.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ spanning the range from ``DominatorSet`` to ``BreakCriticalEdges``. Requiring
489489
edges in the CFG when your pass has been run.
490490

491491
Some analyses chain to other analyses to do their job. For example, an
492-
`AliasAnalysis <AliasAnalysis>` implementation is required to :ref:`chain
492+
`AliasAnalysis <AliasAnalysis.html>`_ implementation is required to :ref:`chain
493493
<aliasanalysis-chaining>` to other alias analysis passes. In cases where
494494
analyses chain, the ``addRequiredTransitive`` method should be used instead of
495495
the ``addRequired`` method. This informs the ``PassManager`` that the

0 commit comments

Comments
 (0)