Skip to content

Commit 4d422f3

Browse files
author
git apple-llvm automerger
committed
Merge commit '443f99eae268' from llvm.org/master into apple/master
2 parents 2730024 + 443f99e commit 4d422f3

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)