improve tblgen doc, pointed out by Zhongxing.

llvm-svn: 102072
This commit is contained in:
Chris Lattner 2010-04-22 16:45:27 +00:00
parent c298ffcb8b
commit 28175bf916
1 changed files with 3 additions and 2 deletions

View File

@ -333,8 +333,9 @@ The TableGen types are:</p>
<dd>This type represents a nestable directed graph of elements.</dd>
<dt><tt><b>code</b></tt></dt>
<dd>This represents a big hunk of text. NOTE: I don't remember why this is
distinct from string!</dd>
<dd>This represents a big hunk of text. This is lexically distinct from
string values because it doesn't require escapeing double quotes and other
common characters that occur in code.</dd>
</dl>
<p>To date, these types have been sufficient for describing things that