mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
improve tblgen doc, pointed out by Zhongxing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102072 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -333,8 +333,9 @@ The TableGen types are:</p>
|
|||||||
<dd>This type represents a nestable directed graph of elements.</dd>
|
<dd>This type represents a nestable directed graph of elements.</dd>
|
||||||
|
|
||||||
<dt><tt><b>code</b></tt></dt>
|
<dt><tt><b>code</b></tt></dt>
|
||||||
<dd>This represents a big hunk of text. NOTE: I don't remember why this is
|
<dd>This represents a big hunk of text. This is lexically distinct from
|
||||||
distinct from string!</dd>
|
string values because it doesn't require escapeing double quotes and other
|
||||||
|
common characters that occur in code.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p>To date, these types have been sufficient for describing things that
|
<p>To date, these types have been sufficient for describing things that
|
||||||
|
Reference in New Issue
Block a user