projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa25c8
)
Fix a typo.
author
David Greene
<greened@obbligato.org>
Wed, 5 Oct 2011 23:16:44 +0000
(23:16 +0000)
committer
David Greene
<greened@obbligato.org>
Wed, 5 Oct 2011 23:16:44 +0000
(23:16 +0000)
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
docs/TableGenFundamentals.html
patch
|
blob
|
history
diff --git
a/docs/TableGenFundamentals.html
b/docs/TableGenFundamentals.html
index c5e8d9a1e4371d7ae2739e3dac39217dad72cbc1..f5b7e4ab5770c18bae862e44e8cfb55497304c2c 100644
(file)
--- a/
docs/TableGenFundamentals.html
+++ b/
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]<;