summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-26 21:16:55 +0000
committerChris Lattner <sabre@nondot.org>2004-07-26 21:16:55 +0000
commit7f50013b0e8aa9d0b4cdf894b30d928c92b5647e (patch)
treeba9eda0905549e07b7379d94c407fe5ff0d15f5a
parenta332a646a0a65d79cc8e9c99785b8a701c315487 (diff)
downloadbcm5719-llvm-7f50013b0e8aa9d0b4cdf894b30d928c92b5647e.tar.gz
bcm5719-llvm-7f50013b0e8aa9d0b4cdf894b30d928c92b5647e.zip
Remove dead section
llvm-svn: 15241
-rw-r--r--llvm/docs/TableGenFundamentals.html18
1 files changed, 1 insertions, 17 deletions
diff --git a/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html
index 0d04eff96bf..d5e7075b218 100644
--- a/llvm/docs/TableGenFundamentals.html
+++ b/llvm/docs/TableGenFundamentals.html
@@ -41,10 +41,6 @@
<ol>
<li><a href="#">todo</a></li>
</ol></li>
- <li><a href="#codegenerator">The LLVM code generator</a>
- <ol>
- <li><a href="#">todo</a></li>
- </ol></li>
</ul>
</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
the declarations, and hands the result off to a domain-specific "<a
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
find an emacs "TableGen mode" and a vim language file in
@@ -551,18 +547,6 @@ should highlight the APIs in <tt>TableGen/Record.h</tt>.</p>
</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>
<address>
OpenPOWER on IntegriCloud