summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-22 16:45:27 +0000
committerChris Lattner <sabre@nondot.org>2010-04-22 16:45:27 +0000
commitca73cea8a2a1617425484df0bd96fe43d084e747 (patch)
treed04b2154644885e0afd940e0a8b8777d2c4ae1a1 /docs
parent1f433615b4a0fa47858a57ade18a20e3cb839de8 (diff)
downloadllvm-ca73cea8a2a1617425484df0bd96fe43d084e747.tar.gz
llvm-ca73cea8a2a1617425484df0bd96fe43d084e747.tar.bz2
llvm-ca73cea8a2a1617425484df0bd96fe43d084e747.tar.xz
improve tblgen doc, pointed out by Zhongxing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102072 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/TableGenFundamentals.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html
index 764f99282b..5be11624ce 100644
--- a/docs/TableGenFundamentals.html
+++ b/docs/TableGenFundamentals.html
@@ -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