summaryrefslogtreecommitdiff
path: root/docs/TableGenFundamentals.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-09-08 18:47:21 +0000
committerChris Lattner <sabre@nondot.org>2005-09-08 18:47:21 +0000
commit33694cfc0fe32c1ff29b52836d199a8a117cc139 (patch)
treea31b029668d77973cee659dde8266d040e47b332 /docs/TableGenFundamentals.html
parentba4b144764b8a3a79ab364a0d4b326e89ec9659e (diff)
downloadllvm-33694cfc0fe32c1ff29b52836d199a8a117cc139.tar.gz
llvm-33694cfc0fe32c1ff29b52836d199a8a117cc139.tar.bz2
llvm-33694cfc0fe32c1ff29b52836d199a8a117cc139.tar.xz
new expression type
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TableGenFundamentals.html')
-rw-r--r--docs/TableGenFundamentals.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html
index ca327ce421..26c3ff38dc 100644
--- a/docs/TableGenFundamentals.html
+++ b/docs/TableGenFundamentals.html
@@ -309,6 +309,8 @@ supported include:</p>
<li><tt>value{17}</tt> - access to one bit of a value</li>
<li><tt>value{15-17}</tt> - access to multiple bits of a value</li>
<li><tt>DEF</tt> - reference to a record definition</li>
+<li><tt>CLASS&lt;val list&gt;</tt> - reference to a new anonymous definition of
+ CLASS with the specified template arguments.</li>
<li><tt>X.Y</tt> - reference to the subfield of a value</li>
<li><tt>list[4-7,17,2-3]</tt> - A slice of the 'list' list, including elements
4,5,6,7,17,2, and 3 from it. Elements may be included multiple times.</li>