Unbreak docs build from r239740.

Add FaultMaps.rst to toctree.

llvm-svn: 239747
This commit is contained in:
Sanjoy Das 2015-06-15 19:38:15 +00:00
parent baeb678a91
commit 5553bc8e45
1 changed files with 4 additions and 0 deletions

View 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
=================================