forked from OSchip/llvm-project
[ORC] Prefer preincrement on iterator.
This commit is contained in:
parent
fef242c32e
commit
0207de0bfe
|
@ -55,7 +55,7 @@ Error TPCDynamicLibrarySearchGenerator::tryToGenerate(
|
|||
if (*ResultI)
|
||||
NewSymbols[KV.first] =
|
||||
JITEvaluatedSymbol(*ResultI, JITSymbolFlags::Exported);
|
||||
ResultI++;
|
||||
++ResultI;
|
||||
}
|
||||
|
||||
// If there were no resolved symbols bail out.
|
||||
|
|
Loading…
Reference in New Issue