mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 00:35:43 +00:00
Document Paste
Document paste as a shorthand for !strconcat. llvm-svn: 142528
This commit is contained in:
parent
7183d2e28b
commit
4aa2c51f37
@ -407,6 +407,10 @@ which case the user must specify it explicitly.</dd>
|
||||
<dt><tt>!strconcat(a, b)</tt></dt>
|
||||
<dd>A string value that is the result of concatenating the 'a' and 'b'
|
||||
strings.</dd>
|
||||
<dt><tt>str1#str2</tt></dt>
|
||||
<dd>"#" (paste) is a shorthand for !strconcat. It may concatenate
|
||||
things that are not quoted strings, in which case an implicit
|
||||
!cast<string> is done on the operand of the paste.</dd>
|
||||
<dt><tt>!cast<type>(a)</tt></dt>
|
||||
<dd>A symbol of type <em>type</em> obtained by looking up the string 'a' in
|
||||
the symbol table. If the type of 'a' does not match <em>type</em>, TableGen
|
||||
|
Loading…
x
Reference in New Issue
Block a user