]> granicus.if.org Git - llvm/commitdiff
Attempt to increase the overall happiness of the MSCV-based buildbots.
authorAdrian Prantl <aprantl@apple.com>
Fri, 1 Aug 2014 22:56:10 +0000 (22:56 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 1 Aug 2014 22:56:10 +0000 (22:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214588 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index dc6081c3b423941bae9691f71c7e746553e175f1..454c10f180895d51f2865755a72e9d5444364727 100644 (file)
@@ -1279,7 +1279,7 @@ buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc,
     }
     // Add this value to the list of open ranges.
     if (DIVar.isVariablePiece())
-      OpenRanges.push_back({DIVar, Value});
+      OpenRanges.push_back(std::make_pair(DIVar, Value));
 
     DEBUG(dbgs() << "Values:\n";
           for (auto Value : DebugLoc.back().getValues())