diff options
author | Philip Reames <listmail@philipreames.com> | 2018-11-09 16:27:04 +0000 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2018-11-09 16:27:04 +0000 |
commit | 9920f8d0a710ae9f20a675dbaf2e6eb5143f12d9 (patch) | |
tree | 0c9975cfb7490fdc7c09f9c9588ff87619b5acb0 | |
parent | 93d018a91629e120aa6f8f3d8fc27d749ee7b801 (diff) | |
download | bcm5719-llvm-9920f8d0a710ae9f20a675dbaf2e6eb5143f12d9.tar.gz bcm5719-llvm-9920f8d0a710ae9f20a675dbaf2e6eb5143f12d9.zip |
[docs][statepoint] tweak a title
llvm-svn: 346509
-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, |