diff --git a/llvm/docs/WritingAnLLVMBackend.rst b/llvm/docs/WritingAnLLVMBackend.rst index 7e243fa3ec1b..868ca209a78c 100644 --- a/llvm/docs/WritingAnLLVMBackend.rst +++ b/llvm/docs/WritingAnLLVMBackend.rst @@ -2,6 +2,11 @@ Writing an LLVM Compiler Backend ================================ +.. toctree:: + :hidden: + + HowToUseInstrMappings + .. sectionauthor:: Mason Woo and Misha Brukman .. contents:: diff --git a/llvm/docs/subsystems.rst b/llvm/docs/subsystems.rst index dc135c1bf53e..0d36b54b01e9 100644 --- a/llvm/docs/subsystems.rst +++ b/llvm/docs/subsystems.rst @@ -18,7 +18,6 @@ Subsystem Documentation DebuggingJITedCode GoldPlugin MarkedUpDisassembly - HowToUseInstrMappings SystemLibrary SourceLevelDebugging Vectorizers @@ -26,9 +25,6 @@ Subsystem Documentation GarbageCollection WritingAnLLVMPass -.. FIXME: once LangRef is Sphinxified, HowToUseInstrMappings should be put - under LangRef's toctree instead of this page's toctree. - * :doc:`WritingAnLLVMPass` Information on how to write LLVM transformations and analyses.