forked from OSchip/llvm-project
[ORC] Fix SymbolLookupSet::containsDuplicates()
This commit is contained in:
parent
25bbceb047
commit
34a5669ccd
|
@ -287,7 +287,7 @@ public:
|
|||
for (UnderlyingVector::size_type I = 1; I != Symbols.size(); ++I)
|
||||
if (Symbols[I].first == Symbols[I - 1].first)
|
||||
return true;
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue