forked from OSchip/llvm-project
Add initializer that was missed in r295009.
llvm-svn: 295036
This commit is contained in:
parent
d2d50cba2a
commit
29b46f74f7
|
@ -504,7 +504,7 @@ struct MCDwarfFrameInfo {
|
||||||
const MCSymbol *Lsda = nullptr;
|
const MCSymbol *Lsda = nullptr;
|
||||||
std::vector<MCCFIInstruction> Instructions;
|
std::vector<MCCFIInstruction> Instructions;
|
||||||
unsigned CurrentCfaRegister = 0;
|
unsigned CurrentCfaRegister = 0;
|
||||||
unsigned PersonalityEncoding;
|
unsigned PersonalityEncoding = 0;
|
||||||
unsigned LsdaEncoding = 0;
|
unsigned LsdaEncoding = 0;
|
||||||
uint32_t CompactUnwindEncoding = 0;
|
uint32_t CompactUnwindEncoding = 0;
|
||||||
bool IsSignalFrame = false;
|
bool IsSignalFrame = false;
|
||||||
|
|
Loading…
Reference in New Issue