diff options
-rw-r--r-- | docs/TableGenFundamentals.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 860f62093c..e91a342347 100644 --- 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 |