OSDN Git Service

Add initializer that was missed in r295009.
authorDaniel Jasper <djasper@google.com>
Tue, 14 Feb 2017 07:10:03 +0000 (07:10 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 14 Feb 2017 07:10:03 +0000 (07:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295036 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCDwarf.h

index 0fc1f80..0d69c20 100644 (file)
@@ -504,7 +504,7 @@ struct MCDwarfFrameInfo {
   const MCSymbol *Lsda = nullptr;
   std::vector<MCCFIInstruction> Instructions;
   unsigned CurrentCfaRegister = 0;
-  unsigned PersonalityEncoding;
+  unsigned PersonalityEncoding = 0;
   unsigned LsdaEncoding = 0;
   uint32_t CompactUnwindEncoding = 0;
   bool IsSignalFrame = false;