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 a95063f8bb
commit 48ec5dbb69

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