projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a396ee8
)
document !strconcat
author
Chris Lattner
<sabre@nondot.org>
Fri, 1 Sep 2006 21:46:01 +0000
(21:46 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 1 Sep 2006 21:46:01 +0000
(21:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30032
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/TableGenFundamentals.html
patch
|
blob
|
history
diff --git
a/docs/TableGenFundamentals.html
b/docs/TableGenFundamentals.html
index 860f62093c34273a3638f5fdfd6bb354a780669d..e91a342347ec051df6fcbbe3cf784ad9e4f4de93 100644
(file)
--- a/
docs/TableGenFundamentals.html
+++ b/
docs/TableGenFundamentals.html
@@
-322,6
+322,8
@@
supported include:</p>
<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>
+<li><tt>!strconcat(a, b)</tt> - A string value that is the result of
+ concatenating the 'a' and 'b' strings.</li>
</ul>
<p>Note that all of the values have rules specifying how they convert to values