From: Chris Lattner
Date: Thu, 22 Apr 2010 16:45:27 +0000 (+0000)
Subject: improve tblgen doc, pointed out by Zhongxing.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ca73cea8a2a1617425484df0bd96fe43d084e747;p=oota-llvm.git
improve tblgen doc, pointed out by Zhongxing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102072 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html
index 764f99282b1..5be11624ced 100644
--- a/docs/TableGenFundamentals.html
+++ b/docs/TableGenFundamentals.html
@@ -333,8 +333,9 @@ The TableGen types are:
This type represents a nestable directed graph of elements.
code
- This represents a big hunk of text. NOTE: I don't remember why this is
- distinct from string!
+ 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.
To date, these types have been sufficient for describing things that