diff options
author | Daniel Sanders <daniel_l_sanders@apple.com> | 2019-10-30 11:47:12 -0700 |
---|---|---|
committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2019-10-30 11:47:29 -0700 |
commit | 443f99eae268f052002b887e6047f8cd6da70b45 (patch) | |
tree | 55a728d2c0fd330337fd349c86760e6d3ddab744 /llvm | |
parent | 8bd0c9781001f66e86e77ee076b20522efb92c9d (diff) | |
download | bcm5719-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.rst | 4 |
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. |