diff options
-rw-r--r-- | docs/WritingAnLLVMBackend.rst | 5 | ||||
-rw-r--r-- | docs/subsystems.rst | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/docs/WritingAnLLVMBackend.rst b/docs/WritingAnLLVMBackend.rst index 7e243fa..868ca20 100644 --- a/docs/WritingAnLLVMBackend.rst +++ b/docs/WritingAnLLVMBackend.rst @@ -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:: diff --git a/docs/subsystems.rst b/docs/subsystems.rst index dc135c1..0d36b54 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. |