mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Eliminate unsightly ;;
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17979 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f5d957fb1f
commit
b9371ce552
@ -208,7 +208,7 @@ bool llvm::LinkInArchive(Module *M,
|
|||||||
// findModulesDefiningSymbols are ones that the archive does not define. So
|
// findModulesDefiningSymbols are ones that the archive does not define. So
|
||||||
// we add them to the NotDefinedByArchive variable now.
|
// we add them to the NotDefinedByArchive variable now.
|
||||||
NotDefinedByArchive.insert(UndefinedSymbols.begin(),
|
NotDefinedByArchive.insert(UndefinedSymbols.begin(),
|
||||||
UndefinedSymbols.end());;
|
UndefinedSymbols.end());
|
||||||
|
|
||||||
// Loop over all the ModuleProviders that we got back from the archive
|
// Loop over all the ModuleProviders that we got back from the archive
|
||||||
for (std::set<ModuleProvider*>::iterator I=Modules.begin(), E=Modules.end();
|
for (std::set<ModuleProvider*>::iterator I=Modules.begin(), E=Modules.end();
|
||||||
|
Loading…
Reference in New Issue
Block a user