diff options
author | Sean Silva <silvas@purdue.edu> | 2014-02-09 02:54:15 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2014-02-09 02:54:15 +0000 |
commit | 2485c214ec47e1a3e27266a41ddb42b89986ebf4 (patch) | |
tree | 5851be5cce57cc0a582bd670f211d909bd7afa84 /llvm/docs/TableGenFundamentals.rst | |
parent | cc373354b863ca594875bf7355230fab2bab0f96 (diff) | |
download | bcm5719-llvm-2485c214ec47e1a3e27266a41ddb42b89986ebf4.tar.gz bcm5719-llvm-2485c214ec47e1a3e27266a41ddb42b89986ebf4.zip |
[docs] [tblgen] There is no "code" type.
Code fragments are just fancy string literals.
llvm-svn: 201034
Diffstat (limited to 'llvm/docs/TableGenFundamentals.rst')
-rw-r--r-- | llvm/docs/TableGenFundamentals.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/TableGenFundamentals.rst b/llvm/docs/TableGenFundamentals.rst index a28026f7840..5d529c396ac 100644 --- a/llvm/docs/TableGenFundamentals.rst +++ b/llvm/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. |