[globalisel][docs] Fix a label that was renamed
authorDaniel Sanders <daniel_l_sanders@apple.com>
Wed, 30 Oct 2019 18:47:12 +0000 (11:47 -0700)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Wed, 30 Oct 2019 18:47:29 +0000 (11:47 -0700)
llvm/docs/GlobalISel/Porting.rst

index f292863..32ca139 100644 (file)
@@ -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.