From 05d0265fef651de152c8127aa701e689555649f3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 18 Apr 2011 23:59:50 +0000 Subject: docs: Use as Heading elements instead of
. H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129736 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TableGenFundamentals.html | 60 +++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'docs/TableGenFundamentals.html') diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 90ac804db7..7efdfbb7ce 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -7,7 +7,7 @@ -
TableGen Fundamentals
+

TableGen Fundamentals

    @@ -50,7 +50,7 @@
- +

Introduction

@@ -75,7 +75,7 @@ distribution, respectively.

- +

Basic concepts

@@ -112,7 +112,7 @@ multiclass, as if they were declared in the current multiclass.

- +

An example record

@@ -212,7 +212,7 @@ abstractions they prefer to use when describing their information.

- +

Running TableGen

@@ -258,7 +258,7 @@ what you need and formats it in the appropriate way.

- +

TableGen syntax

@@ -271,10 +271,10 @@ This section describes the syntax and the constructs allowed in a TableGen file.
- +

TableGen primitives

- +

TableGen comments

@@ -284,9 +284,9 @@ the line, and it also supports nestable "/* */" comments.

- +
@@ -344,9 +344,9 @@ needed.

- +
@@ -434,9 +434,9 @@ to a "bits<4>" value, for example.

- +
@@ -476,9 +476,9 @@ subclasses to override them as they wish.

- +
@@ -492,9 +492,9 @@ equal sign. Value definitions require terminating semicolons.

- +
@@ -519,9 +519,9 @@ because the D class overrode its value.

- +
@@ -610,9 +610,9 @@ X86 backend.

- +
@@ -773,14 +773,14 @@ before them.
- + - +

TableGen supports the 'include' token, which textually substitutes @@ -797,9 +797,9 @@ keyword. Example:

- +
@@ -865,7 +865,7 @@ several levels of multiclass instanciations. This also avoids the need of using
- +

Code Generator backend info

@@ -882,7 +882,7 @@ patterns:

- +

TableGen backends

-- cgit v1.2.3