]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blobdiff - lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Attempt to increase the overall happiness of the MSCV-based buildbots.
[opencl/llvm.git] / 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())