[ORC] Prefer preincrement on iterator.

This commit is contained in:
Lang Hames 2020-12-13 19:53:18 +11:00
parent fef242c32e
commit 0207de0bfe
1 changed files with 1 additions and 1 deletions

View File

@ -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.