diff --git a/lib/IR/AsmWriter.cpp b/lib/IR/AsmWriter.cpp index 7659a6b580d..1212f8c7e4d 100644 --- a/lib/IR/AsmWriter.cpp +++ b/lib/IR/AsmWriter.cpp @@ -2576,7 +2576,7 @@ void AssemblyWriter::printModuleSummaryIndex() { // Print module path entries, using the module id as the slot number. To // print in order, add paths to a vector indexed by module id. - std::vector> moduleVec; + std::vector> moduleVec; std::string RegularLTOModuleName = "[Regular LTO]"; moduleVec.resize(TheIndex->modulePaths().size()); for (auto &ModPath : TheIndex->modulePaths()) {