summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-12-31 11:49:51 +0000
committerSean Silva <silvas@purdue.edu>2012-12-31 11:49:51 +0000
commit6e4ebb542417bd92f2d30a2de79ea89005ff82be (patch)
treeeaaf17ee707c364d63191071078fb7c0c242543e
parent5473dfb099d2787979c1c260e08b06dad59ab0d1 (diff)
downloadbcm5719-llvm-6e4ebb542417bd92f2d30a2de79ea89005ff82be.tar.gz
bcm5719-llvm-6e4ebb542417bd92f2d30a2de79ea89005ff82be.zip
docs: Fix FIXME
I actually made a think-o when writing this FIXME since I wrote LangRef but it should actually have said WritingAnLLVMBackend. llvm-svn: 171293
-rw-r--r--llvm/docs/WritingAnLLVMBackend.rst5
-rw-r--r--llvm/docs/subsystems.rst4
2 files changed, 5 insertions, 4 deletions
diff --git a/llvm/docs/WritingAnLLVMBackend.rst b/llvm/docs/WritingAnLLVMBackend.rst
index 7e243fa3ec1..868ca209a78 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 <http://www.woo.com> and Misha Brukman <http://misha.brukman.net>
.. contents::
diff --git a/llvm/docs/subsystems.rst b/llvm/docs/subsystems.rst
index dc135c1bf53..0d36b54b01e 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.
OpenPOWER on IntegriCloud