[docs] [tblgen] There is no "code" type.
authorSean Silva <silvas@purdue.edu>
Sun, 9 Feb 2014 02:54:15 +0000 (02:54 +0000)
committerSean Silva <silvas@purdue.edu>
Sun, 9 Feb 2014 02:54:15 +0000 (02:54 +0000)
Code fragments are just fancy string literals.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201034 91177308-0d34-0410-b5e6-96231b3b80d8

docs/TableGenFundamentals.rst

index a28026f7840026d370bcffc37a9e0fab67c30314..5d529c396accb1a9608a785ed7728a77b499f198 100644 (file)
@@ -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.