summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-11-14 01:49:23 +0000
committerSean Silva <silvas@purdue.edu>2012-11-14 01:49:23 +0000
commitc35ce700fe897d135ed91a6317da914e3c1fec27 (patch)
tree4c5dc5698f829445d19968a7f7144d21c6114e53 /docs
parent25efd6d556718295a63d37f5294985746af354f6 (diff)
downloadllvm-c35ce700fe897d135ed91a6317da914e3c1fec27.tar.gz
llvm-c35ce700fe897d135ed91a6317da914e3c1fec27.tar.bz2
llvm-c35ce700fe897d135ed91a6317da914e3c1fec27.tar.xz
docs: Fix Sphinx toctree warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167905 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/subsystems.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst
index 80d0eed663..1c4fd232de 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -18,6 +18,10 @@ Subsystem Documentation
DebuggingJITedCode
GoldPlugin
MarkedUpDisassembly
+ HowToUseInstrMappings
+
+.. FIXME: once LangRef is Sphinxified, HowToUseInstrMappings should be put
+ under LangRef's toctree instead of this page's toctree.
* `Writing an LLVM Pass <WritingAnLLVMPass.html>`_