mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
Fix a typo.
Fix the argument passed in the multidef example. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141243 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
caa25c81cd
commit
4413b509e8
@ -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]<;
|
||||
|
Loading…
Reference in New Issue
Block a user