[llvm] f204804 - [docs] Remove some stale wording from gc.relocate description

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 4 15:18:57 PST 2021


Author: Philip Reames
Date: 2021-03-04T15:18:11-08:00
New Revision: f20480461a21ee7efceada6b4f436593c2983bdd

URL: https://github.com/llvm/llvm-project/commit/f20480461a21ee7efceada6b4f436593c2983bdd
DIFF: https://github.com/llvm/llvm-project/commit/f20480461a21ee7efceada6b4f436593c2983bdd.diff

LOG: [docs] Remove some stale wording from gc.relocate description

We dropped support for the non-bundle form a while back, but I apparently missed updating one place in the docs.

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 543ac84d8453..be8e6da356a5 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -11934,13 +11934,8 @@ safepoint sequence of which this ``gc.relocation`` is a part.
 Despite the typing of this as a generic token, *only* the value defined 
 by a ``gc.statepoint`` is legal here.
 
-The second and third arguments are both indices into operands of their
-corresponding statepoint.  If the statepoint has a :ref:`gc-live <ob_gc_live>`
-operand bundle, then both arguments are indices into the operand bundle's
-operands. If there is no "gc-live" bundle, then the index is into the
-statepoint's list of arguments.  This index must land within the 'gc
-parameter' section of the statepoint's argument list.  Use of the "gc-live"
-form is recommended.
+The second and third arguments are both indices into operands of the
+corresponding statepoint's :ref:`gc-live <ob_gc_live>` operand bundle.
 
 The second argument is an index which specifies the allocation for the pointer
 being relocated. The associated value must be within the object with which the


        


More information about the llvm-commits mailing list