summaryrefslogtreecommitdiff
path: root/docs/TableGenFundamentals.html
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-06-08 22:38:07 +0000
committerDavid Greene <greened@obbligato.org>2009-06-08 22:38:07 +0000
commitccbfb8d3d8aaa201e7adebc8a0088cf7b2698d42 (patch)
treea705dde31fec48a83a58dda2873e06b6744b16f0 /docs/TableGenFundamentals.html
parent5f323419f309c368a6eb63370f0cff35fb10f205 (diff)
downloadllvm-ccbfb8d3d8aaa201e7adebc8a0088cf7b2698d42.tar.gz
llvm-ccbfb8d3d8aaa201e7adebc8a0088cf7b2698d42.tar.bz2
llvm-ccbfb8d3d8aaa201e7adebc8a0088cf7b2698d42.tar.xz
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.html7
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&lt;3&gt;" value</dd>
<dt><tt>value</tt></dt>