diff options
author | Chris Lattner <sabre@nondot.org> | 2005-09-08 18:47:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-09-08 18:47:21 +0000 |
commit | 808c642e62da9e738a64b9e975cb0fee1e8e26fe (patch) | |
tree | 7d8f241b24c2f8dd355e127a5802e540214538a4 /llvm/docs/TableGenFundamentals.html | |
parent | 5a699e621f5f724633b428394f2ff7afdef0a207 (diff) | |
download | bcm5719-llvm-808c642e62da9e738a64b9e975cb0fee1e8e26fe.tar.gz bcm5719-llvm-808c642e62da9e738a64b9e975cb0fee1e8e26fe.zip |
new expression type
llvm-svn: 23272
Diffstat (limited to 'llvm/docs/TableGenFundamentals.html')
-rw-r--r-- | llvm/docs/TableGenFundamentals.html | 2 |
1 files changed, 2 insertions, 0 deletions
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:</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<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> |