diff options
author | David Greene <greened@obbligato.org> | 2009-04-23 21:27:58 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2009-04-23 21:27:58 +0000 |
commit | 3f47c292bc8ddba46cd45a6900ff756a87e8ec36 (patch) | |
tree | d20db694785760db55c6991552173885950ac613 /docs/TableGenFundamentals.html | |
parent | e8cf21e8e3db64dd49777d6bf6c867d47e9f5407 (diff) |
Fix a documentation bug.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69923 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TableGenFundamentals.html')
-rw-r--r-- | docs/TableGenFundamentals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index a698041512..8cc6f90eac 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -398,7 +398,7 @@ supported include:</p> <dt><tt>!strconcat(a, b)</tt></dt> <dd>A string value that is the result of concatenating the 'a' and 'b' strings.</dd> -<dt><tt>!nameconcat<type>(a, b)</tt></dt> +<dt><tt>!nameconcat<type>(a, b)</tt></dt> <dd>A value that is the result of concatenating the 'a' and 'b' strings and looking up the resulting name in the symbol table. The symbol type determines the type of the resulting value. If the symbol is not found |