From c7252ce74324e44efa7ec2506035a8e2d2e93d2f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 6 Oct 2010 00:19:21 +0000 Subject: remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places where !cast is just as short. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115722 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TableGenFundamentals.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/TableGenFundamentals.html') diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 05790e5ae4..412dc74c1a 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -405,8 +405,6 @@ which case the user must specify it explicitly. the symbol table. If the type of 'a' does not match type, TableGen aborts with an error. !cast<string> is a special case in that the argument must be an object defined by a 'def' construct. -
!nameconcat<type>(a, b)
-
Shorthand for !cast<type>(!strconcat(a, b))
!subst(a, b, c)
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.
-- cgit v1.2.3-70-g09d2