[llvm-commits] [llvm] r73092 - /llvm/trunk/docs/TableGenFundamentals.html
David Greene
greened at obbligato.org
Mon Jun 8 15:38:08 PDT 2009
Author: greened
Date: Mon Jun 8 17:38:07 2009
New Revision: 73092
URL: http://llvm.org/viewvc/llvm-project?rev=73092&view=rev
Log:
Update documentation.
Modified:
llvm/trunk/docs/TableGenFundamentals.html
Modified: llvm/trunk/docs/TableGenFundamentals.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TableGenFundamentals.html?rev=73092&r1=73091&r2=73092&view=diff
==============================================================================
--- llvm/trunk/docs/TableGenFundamentals.html (original)
+++ llvm/trunk/docs/TableGenFundamentals.html Mon Jun 8 17:38:07 2009
@@ -371,8 +371,11 @@
<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>
More information about the llvm-commits
mailing list