[llvm-commits] CVS: llvm/docs/TableGenFundamentals.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Sep 8 11:47:33 PDT 2005
Changes in directory llvm/docs:
TableGenFundamentals.html updated: 1.12 -> 1.13
---
Log message:
new expression type
---
Diffs of the changes: (+3 -1)
TableGenFundamentals.html | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm/docs/TableGenFundamentals.html
diff -u llvm/docs/TableGenFundamentals.html:1.12 llvm/docs/TableGenFundamentals.html:1.13
--- llvm/docs/TableGenFundamentals.html:1.12 Wed Aug 4 17:00:05 2004
+++ llvm/docs/TableGenFundamentals.html Thu Sep 8 13:47:21 2005
@@ -309,6 +309,8 @@
<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<val list></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>
@@ -558,7 +560,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/08/04 22:00:05 $
+ Last modified: $Date: 2005/09/08 18:47:21 $
</address>
</body>
More information about the llvm-commits
mailing list