Whitespace.
[oota-llvm.git] / docs / index.rst
index fcdea03c65fafec02f66e1d973220de82b8a2b38..eea41aa113a07c7125f9c3c9b7dfeef743918f60 100644 (file)
@@ -261,6 +261,7 @@ For API clients and LLVM developers.
    MergeFunctions
    BitSets
    FaultMaps
+   MIRLangRef
 
 :doc:`WritingAnLLVMPass`
    Information on how to write LLVM transformations and analyses.
@@ -273,6 +274,10 @@ For API clients and LLVM developers.
    working on retargetting LLVM to a new architecture, designing a new codegen
    pass, or enhancing existing components.
 
+:doc:`Machine IR (MIR) Format Reference Manual <MIRLangRef>`
+   A reference manual for the MIR serialization format, which is used to test
+   LLVM's code generation passes.
+
 :doc:`TableGen <TableGen/index>`
    Describes the TableGen tool, which is used heavily by the LLVM code
    generator.