diff options
| author | David Greene <greened@obbligato.org> | 2011-10-05 23:16:44 +0000 |
|---|---|---|
| committer | David Greene <greened@obbligato.org> | 2011-10-05 23:16:44 +0000 |
| commit | b6eb065ffca5b246150218bef5135facff0a8458 (patch) | |
| tree | b8fdcd3dcd7a6f130f361858ccd6283b58276e8f /llvm/docs | |
| parent | 934efa2ca5605018f7bc0c21b196dae28b4887e8 (diff) | |
| download | bcm5719-llvm-b6eb065ffca5b246150218bef5135facff0a8458.tar.gz bcm5719-llvm-b6eb065ffca5b246150218bef5135facff0a8458.zip | |
Fix a typo.
Fix the argument passed in the multidef example.
llvm-svn: 141243
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/TableGenFundamentals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html index c5e8d9a1e43..f5b7e4ab577 100644 --- a/llvm/docs/TableGenFundamentals.html +++ b/llvm/docs/TableGenFundamentals.html @@ -784,7 +784,7 @@ several defs given a list of values. <b>def</b> ONE : Base<values[0]>; <b>def</b> TWO : Base<values[1]>; - <b>multidef</b> COUNT<values, int v, 2> : Base<:v>; + <b>multidef</b> COUNT<values, int v, 2> : Base<v>; } <b>defm</b> List : Multi<[1, 2, 3, 4, 5, 6]<; |

