diff options
-rw-r--r-- | llvm/docs/Statepoints.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/Statepoints.rst b/llvm/docs/Statepoints.rst index 3b7687fef43..b4c5a4b53b9 100644 --- a/llvm/docs/Statepoints.rst +++ b/llvm/docs/Statepoints.rst @@ -26,8 +26,8 @@ historical interest at this point with one exception - its implementation of shadow stacks has been used successfully by a number of language frontends and is still supported. -Overview -======== +Overview & Core Concepts +======================== To collect dead objects, garbage collectors must be able to identify any references to objects contained within executing code, and, |