summaryrefslogtreecommitdiffstats
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
commit26433c2bec14c3fb9d55d0093d470e0264fbb522 (patch)
tree5258212b579d449a99f4daa23157e7e62bd323f3
parent0574ff5639f3e62cbc89e53439de21d9a1700c5c (diff)
downloadbcm5719-llvm-26433c2bec14c3fb9d55d0093d470e0264fbb522.tar.gz
bcm5719-llvm-26433c2bec14c3fb9d55d0093d470e0264fbb522.zip
Update documentation.
llvm-svn: 73092
-rw-r--r--llvm/docs/TableGenFundamentals.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html
index 2e74352010f..147b5be3c43 100644
--- a/llvm/docs/TableGenFundamentals.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud