docs: Fix FIXME
authorSean Silva <silvas@purdue.edu>
Mon, 31 Dec 2012 11:49:51 +0000 (11:49 +0000)
committerSean Silva <silvas@purdue.edu>
Mon, 31 Dec 2012 11:49:51 +0000 (11:49 +0000)
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
docs/subsystems.rst

index 7e243fa3ec1b724339e72e0b1e89519e557b1a6e..868ca209a78c61793e2f8cb3252c9745093a6291 100644 (file)
@@ -2,6 +2,11 @@
 Writing an LLVM Compiler Backend
 ================================
 
+.. toctree::
+   :hidden:
+
+   HowToUseInstrMappings
+
 .. sectionauthor:: Mason Woo <http://www.woo.com> and Misha Brukman <http://misha.brukman.net>
 
 .. contents::
index dc135c1bf53e9617bc8c3f37a8ab8878e590e5c7..0d36b54b01e93375c9fcb571c719f0b46c8f80d5 100644 (file)
@@ -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.