diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 47bc3ff9364..05427221003 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -234,7 +234,8 @@ the line, and it also supports nestable "/* */" comments.
-TableGen allows for a pretty reasonable number of different expression forms 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 @@ -325,10 +327,12 @@ for different types. These rules allow you to assign a value like "7" to a
As mentioned in the intro, classes and definitions (collectively known as 'records') in TableGen are the main high-level unit of information that TableGen collects. Records are defined with a def or