mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
docs: Fix FIXME
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
This commit is contained in:
parent
9b4aba85a8
commit
5d0d67f3d1
@ -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::
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user