Add initializer that was missed in r295009.

llvm-svn: 295036
This commit is contained in:
Daniel Jasper 2017-02-14 07:10:03 +00:00
parent d2d50cba2a
commit 29b46f74f7
1 changed files with 1 additions and 1 deletions

View File

@ -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;