From 3f47c292bc8ddba46cd45a6900ff756a87e8ec36 Mon Sep 17 00:00:00 2001 From: David Greene Date: Thu, 23 Apr 2009 21:27:58 +0000 Subject: [PATCH] Fix a documentation bug. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69923 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TableGenFundamentals.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index a698041512a..8cc6f90eac9 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -398,7 +398,7 @@ supported include:

!strconcat(a, b)
A string value that is the result of concatenating the 'a' and 'b' strings.
-
!nameconcat(a, b)
+
!nameconcat<type>(a, b)
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