File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -278,9 +278,12 @@ void DFAPacketizerEmitter::emitForItineraries(
278278 }
279279 OS << " };\n "
280280 << " auto It = std::lower_bound(\n "
281- << " std::begin(" << TargetName << DFAName << " ProcIdToProcResourceIdxTable),\n "
282- << " std::end(" << TargetName << DFAName << " ProcIdToProcResourceIdxTable), ProcID,\n "
283- << " [](const unsigned LHS[], unsigned Val) { return LHS[0] < Val; });\n "
281+ << " std::begin(" << TargetName << DFAName
282+ << " ProcIdToProcResourceIdxTable),\n "
283+ << " std::end(" << TargetName << DFAName
284+ << " ProcIdToProcResourceIdxTable), ProcID,\n "
285+ << " [](const unsigned LHS[], unsigned Val) { return LHS[0] < Val; "
286+ " });\n "
284287 << " return (*It)[1];\n "
285288 << " }\n\n " ;
286289
You can’t perform that action at this time.
0 commit comments