mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Make these bool bitfields.
llvm-svn: 209481
This commit is contained in:
parent
e89bc35173
commit
5ad914ec66
@ -22,13 +22,13 @@ public:
|
||||
/// Enables AddressSanitizer instrumentation at machine level.
|
||||
bool SanitizeAddress : 1;
|
||||
|
||||
unsigned MCRelaxAll : 1;
|
||||
unsigned MCNoExecStack : 1;
|
||||
unsigned MCSaveTempLabels : 1;
|
||||
unsigned MCUseDwarfDirectory : 1;
|
||||
unsigned ShowMCEncoding : 1;
|
||||
unsigned ShowMCInst : 1;
|
||||
unsigned AsmVerbose : 1;
|
||||
bool MCRelaxAll : 1;
|
||||
bool MCNoExecStack : 1;
|
||||
bool MCSaveTempLabels : 1;
|
||||
bool MCUseDwarfDirectory : 1;
|
||||
bool ShowMCEncoding : 1;
|
||||
bool ShowMCInst : 1;
|
||||
bool AsmVerbose : 1;
|
||||
MCTargetOptions();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user