From 5d0d67f3d17514e703f5c59c23445d6e971dcb73 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Mon, 31 Dec 2012 11:49:51 +0000 Subject: [PATCH] docs: Fix FIXME I actually made a think-o when writing this FIXME since I wrote LangRef but it should actually have said WritingAnLLVMBackend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171293 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/WritingAnLLVMBackend.rst | 5 +++++ docs/subsystems.rst | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/WritingAnLLVMBackend.rst b/docs/WritingAnLLVMBackend.rst index 7e243fa3ec1..868ca209a78 100644 --- a/docs/WritingAnLLVMBackend.rst +++ b/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/docs/subsystems.rst b/docs/subsystems.rst index dc135c1bf53..0d36b54b01e 100644 --- a/docs/subsystems.rst +++ b/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. -- 2.34.1