Skip to content

Commit 0d7d442

Browse files
committed
[ORC] Cleanup. NFC.
llvm-svn: 323057
1 parent f57714c commit 0d7d442

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/ExecutionEngine/Orc/Core.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,7 @@ VSO::LookupResult VSO::lookup(AsynchronousSymbolQuery &Query,
292292
SourceWorkMap MaterializationWork;
293293

294294
for (SymbolNameSet::iterator I = Names.begin(), E = Names.end(); I != E;) {
295-
auto Tmp = I;
296-
++I;
295+
auto Tmp = I++;
297296
auto SymI = Symbols.find(*Tmp);
298297

299298
// If the symbol isn't in this dylib then just continue.

0 commit comments

Comments
 (0)