mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 09:22:31 +00:00
Update documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73092 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5f323419f3
commit
ccbfb8d3d8
@ -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