summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2011-10-05 23:16:44 +0000
committerDavid Greene <greened@obbligato.org>2011-10-05 23:16:44 +0000
commitb6eb065ffca5b246150218bef5135facff0a8458 (patch)
treeb8fdcd3dcd7a6f130f361858ccd6283b58276e8f /llvm/docs
parent934efa2ca5605018f7bc0c21b196dae28b4887e8 (diff)
downloadbcm5719-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.html2
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&lt;values[0]&gt;;
<b>def</b> TWO : Base&lt;values[1]&gt;;
- <b>multidef</b> COUNT&lt;values, int v, 2&gt; : Base&lt:v&gt;;
+ <b>multidef</b> COUNT&lt;values, int v, 2&gt; : Base&lt;v&gt;;
}
<b>defm</b> List : Multi&lt;[1, 2, 3, 4, 5, 6]&lt;;
OpenPOWER on IntegriCloud