From 0602df7403182526995419e6384e89d87329605a Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 12 Feb 2008 07:12:46 +0000 Subject: [PATCH] More violation fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46997 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TableGenFundamentals.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 37d7d55d732..aaa55511966 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -301,9 +301,7 @@ and very high-level types (such as dag). This flexibility is what allows it to describe a wide range of information conveniently and compactly. The TableGen types are:

-

To date, these types have been sufficient for describing things that TableGen has been used for, but it is straight-forward to extend this list if @@ -357,7 +354,6 @@ when building up values. These forms allow the TableGen file to be written in a natural syntax and flavor for the application. The current expression forms supported include:

-

Note that all of the values have rules specifying how they convert to values for different types. These rules allow you to assign a value like "7" -- 2.11.0