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(
278
278
}
279
279
OS << " };\n "
280
280
<< " 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 "
284
287
<< " return (*It)[1];\n "
285
288
<< " }\n\n " ;
286
289
You can’t perform that action at this time.
0 commit comments