diff --git a/llvm/include/llvm/CodeGen/DIE.h b/llvm/include/llvm/CodeGen/DIE.h index e8e7504a6cda..3310e29f5fe2 100644 --- a/llvm/include/llvm/CodeGen/DIE.h +++ b/llvm/include/llvm/CodeGen/DIE.h @@ -93,7 +93,7 @@ class DIEAbbrev : public FoldingSetNode { SmallVector Data; public: - DIEAbbrev(dwarf::Tag T, bool C) : Tag(T), Children(C) {} + DIEAbbrev(dwarf::Tag T, bool C) : Tag(T), Children(C), Number(0) {} /// Accessors. /// @{