Fix sphinx error from Statepoints.rst

It was complaining it wasn't included in any toctree

llvm-svn: 223254
This commit is contained in:
Matt Arsenault 2014-12-03 18:35:11 +00:00
parent 05cd445c4d
commit 03f0e83dff
1 changed files with 5 additions and 0 deletions

View File

@ -240,6 +240,7 @@ For API clients and LLVM developers.
InAlloca InAlloca
BigEndianNEON BigEndianNEON
CoverageMappingFormat CoverageMappingFormat
Statepoints
:doc:`WritingAnLLVMPass` :doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses. Information on how to write LLVM transformations and analyses.
@ -332,6 +333,10 @@ For API clients and LLVM developers.
:doc:`CoverageMappingFormat` :doc:`CoverageMappingFormat`
This describes the format and encoding used for LLVMs code coverage mapping. This describes the format and encoding used for LLVMs code coverage mapping.
:doc:`Statepoints`
This describes a set of experimental extensions for garbage
collection support.
Development Process Documentation Development Process Documentation
================================= =================================