mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Remove dead section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15241 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -41,10 +41,6 @@
|
|||||||
<ol>
|
<ol>
|
||||||
<li><a href="#">todo</a></li>
|
<li><a href="#">todo</a></li>
|
||||||
</ol></li>
|
</ol></li>
|
||||||
<li><a href="#codegenerator">The LLVM code generator</a>
|
|
||||||
<ol>
|
|
||||||
<li><a href="#">todo</a></li>
|
|
||||||
</ol></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -68,7 +64,7 @@ makes it easier to structure domain specific information.</p>
|
|||||||
<p>The core part of TableGen <a href="#syntax">parses a file</a>, instantiates
|
<p>The core part of TableGen <a href="#syntax">parses a file</a>, instantiates
|
||||||
the declarations, and hands the result off to a domain-specific "<a
|
the declarations, and hands the result off to a domain-specific "<a
|
||||||
href="#backends">TableGen backend</a>" for processing. The current major user
|
href="#backends">TableGen backend</a>" for processing. The current major user
|
||||||
of TableGen is the <a href="#codegenerator">LLVM code generator</a>.</p>
|
of TableGen is the <a href="CodeGenerator.html">LLVM code generator</a>.</p>
|
||||||
|
|
||||||
<p>Note that if you work on TableGen much, and use emacs or vim, that you can
|
<p>Note that if you work on TableGen much, and use emacs or vim, that you can
|
||||||
find an emacs "TableGen mode" and a vim language file in
|
find an emacs "TableGen mode" and a vim language file in
|
||||||
@@ -550,18 +546,6 @@ about any particular backend, except maybe -print-enums as an example. This
|
|||||||
should highlight the APIs in <tt>TableGen/Record.h</tt>.</p>
|
should highlight the APIs in <tt>TableGen/Record.h</tt>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- *********************************************************************** -->
|
|
||||||
<div class="doc_section"><a name="codegenerator">The LLVM code generator</a>
|
|
||||||
</div>
|
|
||||||
<!-- *********************************************************************** -->
|
|
||||||
|
|
||||||
<div class="doc_text">
|
|
||||||
<p>This is just a temporary, convenient, place to put stuff about the code
|
|
||||||
generator before it gets its own document. This should describe all of the
|
|
||||||
tablegen backends used by the code generator and the classes/definitions they
|
|
||||||
expect.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- *********************************************************************** -->
|
<!-- *********************************************************************** -->
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
Reference in New Issue
Block a user