summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TableGenFundamentals.html
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-04-23 21:27:58 +0000
committerDavid Greene <greened@obbligato.org>2009-04-23 21:27:58 +0000
commit0e89886048cddb1dbc0eb4b85822d13891ef6b17 (patch)
tree1d8d7c86d668cdcc0bc2c0cd969df552db5adcbd /llvm/docs/TableGenFundamentals.html
parent0a1f9c423fb98e0e2037a99a9cd80359a50cba99 (diff)
downloadbcm5719-llvm-0e89886048cddb1dbc0eb4b85822d13891ef6b17.tar.gz
bcm5719-llvm-0e89886048cddb1dbc0eb4b85822d13891ef6b17.zip
Fix a documentation bug.
llvm-svn: 69923
Diffstat (limited to 'llvm/docs/TableGenFundamentals.html')
-rw-r--r--llvm/docs/TableGenFundamentals.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html
index a698041512a..8cc6f90eac9 100644
--- a/llvm/docs/TableGenFundamentals.html
+++ b/llvm/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&lt;type&gt;(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
OpenPOWER on IntegriCloud