forked from OSchip/llvm-project
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
This commit is contained in:
parent
5473dfb099
commit
6e4ebb5424
|
@ -2,6 +2,11 @@
|
||||||
Writing an LLVM Compiler Backend
|
Writing an LLVM Compiler Backend
|
||||||
================================
|
================================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
HowToUseInstrMappings
|
||||||
|
|
||||||
.. sectionauthor:: Mason Woo <http://www.woo.com> and Misha Brukman <http://misha.brukman.net>
|
.. sectionauthor:: Mason Woo <http://www.woo.com> and Misha Brukman <http://misha.brukman.net>
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
|
@ -18,7 +18,6 @@ Subsystem Documentation
|
||||||
DebuggingJITedCode
|
DebuggingJITedCode
|
||||||
GoldPlugin
|
GoldPlugin
|
||||||
MarkedUpDisassembly
|
MarkedUpDisassembly
|
||||||
HowToUseInstrMappings
|
|
||||||
SystemLibrary
|
SystemLibrary
|
||||||
SourceLevelDebugging
|
SourceLevelDebugging
|
||||||
Vectorizers
|
Vectorizers
|
||||||
|
@ -26,9 +25,6 @@ Subsystem Documentation
|
||||||
GarbageCollection
|
GarbageCollection
|
||||||
WritingAnLLVMPass
|
WritingAnLLVMPass
|
||||||
|
|
||||||
.. FIXME: once LangRef is Sphinxified, HowToUseInstrMappings should be put
|
|
||||||
under LangRef's toctree instead of this page's toctree.
|
|
||||||
|
|
||||||
* :doc:`WritingAnLLVMPass`
|
* :doc:`WritingAnLLVMPass`
|
||||||
|
|
||||||
Information on how to write LLVM transformations and analyses.
|
Information on how to write LLVM transformations and analyses.
|
||||||
|
|
Loading…
Reference in New Issue