diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-04 22:00:05 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-04 22:00:05 +0000 |
commit | 33066e97a00fb2e8924c54890ae587fec2bb7d8a (patch) | |
tree | 9a766e71462a535731b5070e27f3d0e9a50f8a4c /docs/TableGenFundamentals.html | |
parent | 1411a67060a18985f32d3985da221814cf64fb91 (diff) |
Surround code element with <tt> tags
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15507 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TableGenFundamentals.html')
-rw-r--r-- | docs/TableGenFundamentals.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 89509c64ee..ca327ce421 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -310,8 +310,8 @@ supported include:</p> <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>X.Y</tt> - 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><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> <li><tt>(DEF a, b)</tt> - a dag value. The first element is required to be a record definition, the remaining elements in the list may be arbitrary other values, including nested `<tt>dag</tt>' values.</li> |