summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2014-02-09 02:54:15 +0000
committerSean Silva <silvas@purdue.edu>2014-02-09 02:54:15 +0000
commit7048c05a037d2e576e84d82bea5a57c716f85d13 (patch)
tree1f5b5a816d7bf91ff7d45e4d666aee79f70d1af7 /docs
parentf408f0f0d7854aabd839f1bea57aace940aadfe4 (diff)
downloadllvm-7048c05a037d2e576e84d82bea5a57c716f85d13.tar.gz
llvm-7048c05a037d2e576e84d82bea5a57c716f85d13.tar.bz2
llvm-7048c05a037d2e576e84d82bea5a57c716f85d13.tar.xz
[docs] [tblgen] There is no "code" type.
Code fragments are just fancy string literals. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201034 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/TableGenFundamentals.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/TableGenFundamentals.rst b/docs/TableGenFundamentals.rst
index a28026f784..5d529c396a 100644
--- a/docs/TableGenFundamentals.rst
+++ b/docs/TableGenFundamentals.rst
@@ -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.