mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Reword comment based on feedback by Duncan Sands.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148809 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -164,7 +164,7 @@ class Option {
|
|||||||
|
|
||||||
int NumOccurrences; // The number of times specified
|
int NumOccurrences; // The number of times specified
|
||||||
// Occurrences, HiddenFlag, and Formatting are all enum types but to avoid
|
// Occurrences, HiddenFlag, and Formatting are all enum types but to avoid
|
||||||
// with signed enums in bitfields in MSVC we'll store them as unsigned
|
// problems with signed enums in bitfields.
|
||||||
unsigned Occurrences : 3; // enum NumOccurrencesFlag
|
unsigned Occurrences : 3; // enum NumOccurrencesFlag
|
||||||
// not using the enum type for 'Value' because zero is an implementation
|
// not using the enum type for 'Value' because zero is an implementation
|
||||||
// detail representing the non-value
|
// detail representing the non-value
|
||||||
|
Reference in New Issue
Block a user