From: David Greene Date: Mon, 8 Jun 2009 22:38:07 +0000 (+0000) Subject: Update documentation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ccbfb8d3d8aaa201e7adebc8a0088cf7b2698d42;p=oota-llvm.git Update documentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73092 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 2e74352010f..147b5be3c43 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -371,8 +371,11 @@ supported include:

string value
[{ ... }]
code fragment
-
[ X, Y, Z ]
-
list value.
+
[ X, Y, Z ]
+
list value. is the type of the list +element and is usually optional. In rare cases, +TableGen is unable to deduce the element type in +which case the user must specify it explicitly.
{ a, b, c }
initializer for a "bits<3>" value
value