From: Chris Lattner Date: Fri, 1 Sep 2006 21:46:01 +0000 (+0000) Subject: document !strconcat X-Git-Tag: android-x86-6.0-r1~1003^2~40951 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=40de6cadc62671af99a5346ae47be808391f5d34;p=android-x86%2Fexternal-llvm.git document !strconcat git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30032 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 860f62093c3..e91a342347e 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -322,6 +322,8 @@ supported include:

  • (DEF a, b) - 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 `dag' values.
  • +
  • !strconcat(a, b) - A string value that is the result of + concatenating the 'a' and 'b' strings.
  • Note that all of the values have rules specifying how they convert to values