OSDN Git Service

Attempt to fix buildbot failure in commit 1bb57bac959ac163fd7d8a76d734ca3e0ecee6ab.
authorAmy Huang <akhuang@google.com>
Fri, 19 Apr 2019 21:44:30 +0000 (21:44 +0000)
committerAmy Huang <akhuang@google.com>
Fri, 19 Apr 2019 21:44:30 +0000 (21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358786 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineFunction.cpp

index 6309d64..bcc523f 100644 (file)
@@ -814,7 +814,7 @@ void MachineFunction::addCodeViewHeapAllocSite(MachineInstr *I, MDNode *MD) {
   I->setPostInstrSymbol(*this, EndLabel);
 
   DIType *DI = dyn_cast<DIType>(MD);
-  CodeViewHeapAllocSites.push_back({BeginLabel, EndLabel, DI});
+  CodeViewHeapAllocSites.push_back(std::make_tuple(BeginLabel, EndLabel, DI));
 }
 
 /// \}