From: Matt Arsenault Date: Wed, 3 Dec 2014 18:35:11 +0000 (+0000) Subject: Fix sphinx error from Statepoints.rst X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=99eff50c00ba960c787487c29e8c3964546f9735;p=oota-llvm.git Fix sphinx error from Statepoints.rst It was complaining it wasn't included in any toctree git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223254 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.rst b/docs/index.rst index 5ac54432fd0..f7a78f28497 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -240,6 +240,7 @@ For API clients and LLVM developers. InAlloca BigEndianNEON CoverageMappingFormat + Statepoints :doc:`WritingAnLLVMPass` Information on how to write LLVM transformations and analyses. @@ -332,6 +333,10 @@ For API clients and LLVM developers. :doc:`CoverageMappingFormat` This describes the format and encoding used for LLVM’s code coverage mapping. +:doc:`Statepoints` + This describes a set of experimental extensions for garbage + collection support. + Development Process Documentation =================================