From: Lang Hames Date: Sun, 21 Jan 2018 03:20:36 +0000 (+0000) Subject: [ORC] More cleanup. NFC. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86edf536646b79a8892d994b87b7ce482b9e7248;p=platform%2Fupstream%2Fllvm.git [ORC] More cleanup. NFC. llvm-svn: 323059 --- diff --git a/llvm/lib/ExecutionEngine/Orc/Core.cpp b/llvm/lib/ExecutionEngine/Orc/Core.cpp index d53fc44..c99c8ec 100644 --- a/llvm/lib/ExecutionEngine/Orc/Core.cpp +++ b/llvm/lib/ExecutionEngine/Orc/Core.cpp @@ -296,11 +296,11 @@ VSO::LookupResult VSO::lookup(AsynchronousSymbolQuery &Query, auto SymI = Symbols.find(*Tmp); // If the symbol isn't in this dylib then just continue. - // If it is, erase it from Names and proceed. if (SymI == Symbols.end()) continue; - else - Names.erase(Tmp); + + // The symbol is in the dylib. Erase it from Names and proceed. + Names.erase(Tmp); // Forward the query to the given SymbolTableEntry, and if it return a // layer to perform materialization with, add that to the