summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDaniel Sanders <daniel_l_sanders@apple.com>2019-10-30 11:47:12 -0700
committerDaniel Sanders <daniel_l_sanders@apple.com>2019-10-30 11:47:29 -0700
commit443f99eae268f052002b887e6047f8cd6da70b45 (patch)
tree55a728d2c0fd330337fd349c86760e6d3ddab744 /llvm
parent8bd0c9781001f66e86e77ee076b20522efb92c9d (diff)
downloadbcm5719-llvm-443f99eae268f052002b887e6047f8cd6da70b45.tar.gz
bcm5719-llvm-443f99eae268f052002b887e6047f8cd6da70b45.zip
[globalisel][docs] Fix a label that was renamed
Diffstat (limited to 'llvm')
-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