[llvm] r201034 - [docs] [tblgen] There is no "code" type.
Sean Silva
silvas at purdue.edu
Sat Feb 8 18:54:16 PST 2014
Author: silvas
Date: Sat Feb 8 20:54:15 2014
New Revision: 201034
URL: http://llvm.org/viewvc/llvm-project?rev=201034&view=rev
Log:
[docs] [tblgen] There is no "code" type.
Code fragments are just fancy string literals.
Modified:
llvm/trunk/docs/TableGenFundamentals.rst
Modified: llvm/trunk/docs/TableGenFundamentals.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TableGenFundamentals.rst?rev=201034&r1=201033&r2=201034&view=diff
==============================================================================
--- llvm/trunk/docs/TableGenFundamentals.rst (original)
+++ llvm/trunk/docs/TableGenFundamentals.rst Sat Feb 8 20:54:15 2014
@@ -257,11 +257,6 @@ Class type
``dag``
This type represents a nestable directed graph of elements.
-``code``
- This represents a big hunk of text. This is lexically distinct from string
- values because it doesn't require escaping double quotes and other common
- characters that occur in code.
-
To date, these types have been sufficient for describing things that TableGen
has been used for, but it is straight-forward to extend this list if needed.
More information about the llvm-commits
mailing list