[GC Docs] Minor wording clarification
authorPhilip Reames <listmail@philipreames.com>
Wed, 25 Feb 2015 23:07:34 +0000 (23:07 +0000)
committerPhilip Reames <listmail@philipreames.com>
Wed, 25 Feb 2015 23:07:34 +0000 (23:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230570 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GarbageCollection.rst

index b5a3b1f527b9d1d624b1dc0262660c7e7b418840..d9ae6c1b50573d65dd902042baca0883e0fbbf12 100644 (file)
@@ -247,9 +247,9 @@ Using ``llvm.gcwrite``
 
 The ``llvm.gcroot`` intrinsic is used to inform LLVM that a stack variable
 references an object on the heap and is to be tracked for garbage collection.
-The exact impact on generated code is specified by a :ref:`compiler plugin
-<plugin>`.  All calls to ``llvm.gcroot`` **must** reside inside the first basic
-block.
+The exact impact on generated code is specified by the Function's selected 
+:ref:`GC strategy <plugin>`.  All calls to ``llvm.gcroot`` **must** reside 
+inside the first basic block.
 
 The first argument **must** be a value referring to an alloca instruction or a
 bitcast of an alloca.  The second contains a pointer to metadata that should be