mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Tweak of multiple occurance paragraph.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23064 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1d8f626f66
commit
2602922735
@ -712,8 +712,8 @@ vector:</p>
|
||||
<i>bits</i> |= 1 << (unsigned)<i>enum</i>;
|
||||
</pre></div>
|
||||
|
||||
<p>An option specified more than once is redundant as far as the result is
|
||||
concerned. The argument position information is however updated.</p>
|
||||
<p>Options that are specified multiple times are redundant. Any instances after
|
||||
the first are discarded.</p>
|
||||
|
||||
<p>Reworking the above list example, we could replace <a href="#list">
|
||||
<tt>cl::list</tt></a> with <a href="#bits"><tt>cl::bits</tt></a>:</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user