summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/docs/GlobalISel/Porting.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GlobalISel/Porting.rst b/llvm/docs/GlobalISel/Porting.rst
index f2928639158..32ca139aa4d 100644
--- a/llvm/docs/GlobalISel/Porting.rst
+++ b/llvm/docs/GlobalISel/Porting.rst
@@ -5,8 +5,8 @@ Porting GlobalISel to A New Target
There are four major classes to implement by the target:
-* :ref:`CallLowering <api-calllowering>` --- lower calls, returns, and arguments
- according to the ABI.
+* :ref:`CallLowering <translator-call-lower>` --- lower calls, returns, and
+ arguments according to the ABI.
* :ref:`RegisterBankInfo <api-registerbankinfo>` --- describe
:ref:`gmir-regbank` coverage, cross-bank copy cost, and the mapping of
operands onto banks for each instruction.
OpenPOWER on IntegriCloud