summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TableGenFundamentals.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-10-06 00:19:21 +0000
committerChris Lattner <sabre@nondot.org>2010-10-06 00:19:21 +0000
commit940263363706337c3061d2598087c77bed5c56f1 (patch)
tree98e53ce473d93fe392051baf2c0b1359f713be19 /llvm/docs/TableGenFundamentals.html
parent2ab40fecf6fd8eb44ccd4d8b2ae7e849a008343b (diff)
downloadbcm5719-llvm-940263363706337c3061d2598087c77bed5c56f1.tar.gz
bcm5719-llvm-940263363706337c3061d2598087c77bed5c56f1.zip
remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places
where !cast is just as short. llvm-svn: 115722
Diffstat (limited to 'llvm/docs/TableGenFundamentals.html')
-rw-r--r--llvm/docs/TableGenFundamentals.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html
index 05790e5ae4d..412dc74c1a0 100644
--- a/llvm/docs/TableGenFundamentals.html
+++ b/llvm/docs/TableGenFundamentals.html
@@ -405,8 +405,6 @@ which case the user must specify it explicitly.</dd>
the symbol table. If the type of 'a' does not match <em>type</em>, TableGen
aborts with an error. !cast&lt;string&gt; is a special case in that the argument must
be an object defined by a 'def' construct.</dd>
-<dt><tt>!nameconcat&lt;type&gt;(a, b)</tt></dt>
- <dd>Shorthand for !cast&lt;type&gt;(!strconcat(a, b))</dd>
<dt><tt>!subst(a, b, c)</tt></dt>
<dd>If 'a' and 'b' are of string type or are symbol references, substitute
'b' for 'a' in 'c.' This operation is analogous to $(subst) in GNU make.</dd>
OpenPOWER on IntegriCloud