[docs] [tblgen] There is no "code" type.

Code fragments are just fancy string literals.

llvm-svn: 201034
This commit is contained in:
Sean Silva 2014-02-09 02:54:15 +00:00
parent cc373354b8
commit 2485c214ec
1 changed files with 0 additions and 5 deletions

View 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.