diff --git a/llvm/include/llvm/CodeGen/DIE.h b/llvm/include/llvm/CodeGen/DIE.h index 3310e29f5fe2..dc09b6849357 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), Number(0) {} + DIEAbbrev(dwarf::Tag T, bool C) : Number(0), Tag(T), Children(C) {} /// Accessors. /// @{