X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FDebugInfo%2FDWARFAbbreviationDeclaration.cpp;h=c3e570e14ccd93dbb0445e1b757552fda074a1ad;hb=435fa2bddf3781bfec66c3ca28417a4678d8085e;hp=ebd5bef377eff401f1c497d44d654e8feb02385d;hpb=b98e0c4da5fe463306b58fac00e9ba507c80f235;p=oota-llvm.git diff --git a/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp b/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp index ebd5bef377e..c3e570e14cc 100644 --- a/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp +++ b/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp @@ -51,7 +51,7 @@ DWARFAbbreviationDeclaration::extract(DataExtractor Data, uint32_t* OffsetPtr) { } if (Attr == 0 && Form == 0) break; - AttributeSpecs.push_back(AttributeSpec{Attr, Form}); + AttributeSpecs.push_back(AttributeSpec(Attr, Form)); } if (Tag == 0) {