From 7048c05a037d2e576e84d82bea5a57c716f85d13 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Sun, 9 Feb 2014 02:54:15 +0000 Subject: [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 --- docs/TableGenFundamentals.rst | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3