diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-27 07:49:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-27 07:49:39 +0000 |
commit | cea15a64a288f2220c5b06bfa1c6d3fb519125ff (patch) | |
tree | 0bd3a66f2c147dde6ce19a97cc7e028f2a70b74c /llvm/docs/TableGenFundamentals.html | |
parent | b69646226044398476767f68b3949e46a1e26970 (diff) | |
download | bcm5719-llvm-cea15a64a288f2220c5b06bfa1c6d3fb519125ff.tar.gz bcm5719-llvm-cea15a64a288f2220c5b06bfa1c6d3fb519125ff.zip |
Document new syntax
llvm-svn: 15265
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 d5e7075b218..8496e58048e 100644 --- a/llvm/docs/TableGenFundamentals.html +++ b/llvm/docs/TableGenFundamentals.html @@ -309,6 +309,8 @@ supported include:</p> <li>value{17} - Access to one or more bits of a value.</li> <li>DEF - Reference to a record definition.</li> <li>X.Y - Reference to the subfield of a value.</li> +<li>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.</li> <li>(DEF a, b) - A dag value. The first element is required to be a record definition, the remaining elements in the list may be arbitrary other values, |