summaryrefslogtreecommitdiff
path: root/docs/Statepoints.rst
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2015-02-25 00:18:04 +0000
committerPhilip Reames <listmail@philipreames.com>2015-02-25 00:18:04 +0000
commitb0991ba014562bb23cbd99939c31502a9a982957 (patch)
tree3102fc66474cca7b61d93e7e489633401143ea0a /docs/Statepoints.rst
parent7c5314a076769a6318563a84fc4190994ff8b639 (diff)
Update the GC docs to explicitly mention both gcroot and gc.statepoint
Also, fix confusing bit of the gcroot documentation that bit me personally. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230405 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Statepoints.rst')
-rw-r--r--docs/Statepoints.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Statepoints.rst b/docs/Statepoints.rst
index b77a0f4c6bf..9d19d03414d 100644
--- a/docs/Statepoints.rst
+++ b/docs/Statepoints.rst
@@ -14,8 +14,8 @@ with caution. Because the intrinsics have experimental status,
compatibility across LLVM releases is not guaranteed.
LLVM currently supports an alternate mechanism for conservative
-garbage collection support using the gc_root intrinsic. The mechanism
-described here shares little in common with the alternate
+garbage collection support using the ``gcroot`` intrinsic. The mechanism
+described here shares little in common with the alternate ``gcroot``
implementation and it is hoped that this mechanism will eventually
replace the gc_root mechanism.