From 808c642e62da9e738a64b9e975cb0fee1e8e26fe Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Thu, 8 Sep 2005 18:47:21 +0000
Subject: new expression type
llvm-svn: 23272
---
llvm/docs/TableGenFundamentals.html | 2 ++
1 file changed, 2 insertions(+)
(limited to 'llvm/docs/TableGenFundamentals.html')
diff --git a/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html
index ca327ce421f..26c3ff38dc5 100644
--- a/llvm/docs/TableGenFundamentals.html
+++ b/llvm/docs/TableGenFundamentals.html
@@ -309,6 +309,8 @@ supported include:
value{17} - access to one bit of a value
value{15-17} - access to multiple bits of a value
DEF - reference to a record definition
+CLASS<val list> - reference to a new anonymous definition of
+ CLASS with the specified template arguments.
X.Y - reference to the subfield of a value
list[4-7,17,2-3] - A slice of the 'list' list, including elements
4,5,6,7,17,2, and 3 from it. Elements may be included multiple times.
--
cgit v1.2.3