mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 02:34:48 +00:00
Surround code element with <tt> tags
llvm-svn: 15507
This commit is contained in:
parent
73874da64c
commit
7bb9aec25c
@ -310,8 +310,8 @@ supported include:</p>
|
||||
<li><tt>value{15-17}</tt> - access to multiple bits of a value</li>
|
||||
<li><tt>DEF</tt> - reference to a record definition</li>
|
||||
<li><tt>X.Y</tt> - reference to the subfield of a value</li>
|
||||
<li>list[4-7,17,2-3] - A slice of the 'list' list, including elements
|
||||
4,5,6,7,17,2, and 3 from it. Elements may be included multiple times.</li>
|
||||
<li><tt>list[4-7,17,2-3]</tt> - A slice of the 'list' list, including elements
|
||||
4,5,6,7,17,2, and 3 from it. Elements may be included multiple times.</li>
|
||||
<li><tt>(DEF a, b)</tt> - a dag value. The first element is required to be a
|
||||
record definition, the remaining elements in the list may be arbitrary other
|
||||
values, including nested `<tt>dag</tt>' values.</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user