Unbreak docs build from r239740.
authorSanjoy Das <sanjoy@playingwithpointers.com>
Mon, 15 Jun 2015 19:38:15 +0000 (19:38 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Mon, 15 Jun 2015 19:38:15 +0000 (19:38 +0000)
Add FaultMaps.rst to toctree.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239747 91177308-0d34-0410-b5e6-96231b3b80d8

docs/index.rst

index 0b6811809704d4f1ea5a1425ef6dbcb08be9277a..5c04a4e3fc9695345f6528561fe5ca51511ed199 100644 (file)
@@ -260,6 +260,7 @@ For API clients and LLVM developers.
    Statepoints
    MergeFunctions
    BitSets
+   FaultMaps
 
 :doc:`WritingAnLLVMPass`
    Information on how to write LLVM transformations and analyses.
@@ -362,6 +363,9 @@ For API clients and LLVM developers.
 :doc:`InAlloca`
   Description of the ``inalloca`` argument attribute.
 
+:doc:`FaultMaps`
+  LLVM support for folding control flow into faulting machine instructions.
+
 Development Process Documentation
 =================================