[llvm-commits] CVS: llvm/docs/TableGenFundamentals.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Jul 26 14:17:06 PDT 2004
Changes in directory llvm/docs:
TableGenFundamentals.html updated: 1.8 -> 1.9
---
Log message:
Remove dead section
---
Diffs of the changes: (+2 -18)
Index: llvm/docs/TableGenFundamentals.html
diff -u llvm/docs/TableGenFundamentals.html:1.8 llvm/docs/TableGenFundamentals.html:1.9
--- llvm/docs/TableGenFundamentals.html:1.8 Thu Jun 3 18:41:48 2004
+++ llvm/docs/TableGenFundamentals.html Mon Jul 26 16:16:55 2004
@@ -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 @@
<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 @@
</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>
@@ -573,7 +557,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/06/03 23:41:48 $
+ Last modified: $Date: 2004/07/26 21:16:55 $
</address>
</body>
More information about the llvm-commits
mailing list