[llvm-commits] [llvm] r102072 - /llvm/trunk/docs/TableGenFundamentals.html
Chris Lattner
sabre at nondot.org
Thu Apr 22 09:45:27 PDT 2010
Author: lattner
Date: Thu Apr 22 11:45:27 2010
New Revision: 102072
URL: http://llvm.org/viewvc/llvm-project?rev=102072&view=rev
Log:
improve tblgen doc, pointed out by Zhongxing.
Modified:
llvm/trunk/docs/TableGenFundamentals.html
Modified: llvm/trunk/docs/TableGenFundamentals.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TableGenFundamentals.html?rev=102072&r1=102071&r2=102072&view=diff
==============================================================================
--- llvm/trunk/docs/TableGenFundamentals.html (original)
+++ llvm/trunk/docs/TableGenFundamentals.html Thu Apr 22 11:45:27 2010
@@ -333,8 +333,9 @@
<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
More information about the llvm-commits
mailing list