Update documentation.
authorDavid Greene <greened@obbligato.org>
Mon, 8 Jun 2009 22:38:07 +0000 (22:38 +0000)
committerDavid Greene <greened@obbligato.org>
Mon, 8 Jun 2009 22:38:07 +0000 (22:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73092 91177308-0d34-0410-b5e6-96231b3b80d8

docs/TableGenFundamentals.html

index 2e74352010f4198ed03f503a0c7f5521170c4c8b..147b5be3c431cfc26f42bdd2fbbf432162ff6d69 100644 (file)
@@ -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>