[llvm] 443f99e - [globalisel][docs] Fix a label that was renamed
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 11:47:43 PDT 2019
Author: Daniel Sanders
Date: 2019-10-30T11:47:29-07:00
New Revision: 443f99eae268f052002b887e6047f8cd6da70b45
URL: https://github.com/llvm/llvm-project/commit/443f99eae268f052002b887e6047f8cd6da70b45
DIFF: https://github.com/llvm/llvm-project/commit/443f99eae268f052002b887e6047f8cd6da70b45.diff
LOG: [globalisel][docs] Fix a label that was renamed
Added:
Modified:
llvm/docs/GlobalISel/Porting.rst
Removed:
################################################################################
diff --git a/llvm/docs/GlobalISel/Porting.rst b/llvm/docs/GlobalISel/Porting.rst
index f29286391588..32ca139aa4d8 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.
More information about the llvm-commits
mailing list