diff options
author | David Greene <greened@obbligato.org> | 2009-06-08 22:38:07 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2009-06-08 22:38:07 +0000 |
commit | ccbfb8d3d8aaa201e7adebc8a0088cf7b2698d42 (patch) | |
tree | a705dde31fec48a83a58dda2873e06b6744b16f0 /docs/TableGenFundamentals.html | |
parent | 5f323419f309c368a6eb63370f0cff35fb10f205 (diff) |
Update documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73092 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TableGenFundamentals.html')
-rw-r--r-- | docs/TableGenFundamentals.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 2e74352010..147b5be3c4 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -371,8 +371,11 @@ supported include:</p> <dd>string value</dd> <dt><tt>[{ ... }]</tt></dt> <dd>code fragment</dd> -<dt><tt>[ X, Y, Z ]</tt></dt> - <dd>list value.</dd> +<dt><tt>[ X, Y, Z ]<type></tt></dt> + <dd>list value. <type> 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.</dd> <dt><tt>{ a, b, c }</tt></dt> <dd>initializer for a "bits<3>" value</dd> <dt><tt>value</tt></dt> |