[llvm-commits] [llvm] r69923 - /llvm/trunk/docs/TableGenFundamentals.html
David Greene
greened at obbligato.org
Thu Apr 23 14:27:59 PDT 2009
Author: greened
Date: Thu Apr 23 16:27:58 2009
New Revision: 69923
URL: http://llvm.org/viewvc/llvm-project?rev=69923&view=rev
Log:
Fix a documentation bug.
Modified:
llvm/trunk/docs/TableGenFundamentals.html
Modified: llvm/trunk/docs/TableGenFundamentals.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TableGenFundamentals.html?rev=69923&r1=69922&r2=69923&view=diff
==============================================================================
--- llvm/trunk/docs/TableGenFundamentals.html (original)
+++ llvm/trunk/docs/TableGenFundamentals.html Thu Apr 23 16:27:58 2009
@@ -398,7 +398,7 @@
<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
More information about the llvm-commits
mailing list