mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Fix typos in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97257 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -706,7 +706,7 @@ checking we have to do.</p>
|
||||
<div class="doc_text">
|
||||
|
||||
<p>Instead of collecting sets of options in a list, it is also possible to
|
||||
gather information for enum values in a <b>bit vector</b>. The represention used by
|
||||
gather information for enum values in a <b>bit vector</b>. The representation used by
|
||||
the <a href="#bits"><tt>cl::bits</tt></a> class is an <tt>unsigned</tt>
|
||||
integer. An enum value is represented by a 0/1 in the enum's ordinal value bit
|
||||
position. 1 indicating that the enum was specified, 0 otherwise. As each
|
||||
|
Reference in New Issue
Block a user