diff options
Diffstat (limited to 'llvm/docs/TableGenFundamentals.html')
| -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]<; |

