From: Chris Lattner Date: Mon, 26 Jul 2004 21:16:55 +0000 (+0000) Subject: Remove dead section X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1aab3272934832c63148d62eec1b79ad66278b3c;p=oota-llvm.git Remove dead section git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15241 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 0d04eff96bf..d5e7075b218 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -41,10 +41,6 @@
  1. todo
-
  • The LLVM code generator -
      -
    1. todo
    2. -
  • @@ -68,7 +64,7 @@ makes it easier to structure domain specific information.

    The core part of TableGen parses a file, instantiates the declarations, and hands the result off to a domain-specific "TableGen backend" for processing. The current major user -of TableGen is the LLVM code generator.

    +of TableGen is the LLVM code generator.

    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 @@ -550,18 +546,6 @@ about any particular backend, except maybe -print-enums as an example. This should highlight the APIs in TableGen/Record.h.

    - -
    The LLVM code generator -
    - - -
    -

    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.

    -
    -