mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-18 19:28:16 +00:00
Update documentation.
llvm-svn: 73092
This commit is contained in:
parent
1f88852460
commit
5c75138561
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user