Skip to content

Commit 443f99e

Browse files
committed
[globalisel][docs] Fix a label that was renamed
1 parent 8bd0c97 commit 443f99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/GlobalISel/Porting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Porting GlobalISel to A New Target
55

66
There are four major classes to implement by the target:
77

8-
* :ref:`CallLowering <api-calllowering>` --- lower calls, returns, and arguments
9-
according to the ABI.
8+
* :ref:`CallLowering <translator-call-lower>` --- lower calls, returns, and
9+
arguments according to the ABI.
1010
* :ref:`RegisterBankInfo <api-registerbankinfo>` --- describe
1111
:ref:`gmir-regbank` coverage, cross-bank copy cost, and the mapping of
1212
operands onto banks for each instruction.

0 commit comments

Comments
 (0)