[X86][Haswell][SchedModel] Add architecture specific scheduling models.
[oota-llvm.git] / lib / DebugInfo / DWARFAbbreviationDeclaration.cpp
index ebd5bef377eff401f1c497d44d654e8feb02385d..c3e570e14ccd93dbb0445e1b757552fda074a1ad 100644 (file)
@@ -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) {