mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 09:13:34 +00:00
Eliminate unsightly ;;
llvm-svn: 17979
This commit is contained in:
parent
ce1188e2e0
commit
fb0e585554
@ -208,7 +208,7 @@ bool llvm::LinkInArchive(Module *M,
|
||||
// findModulesDefiningSymbols are ones that the archive does not define. So
|
||||
// we add them to the NotDefinedByArchive variable now.
|
||||
NotDefinedByArchive.insert(UndefinedSymbols.begin(),
|
||||
UndefinedSymbols.end());;
|
||||
UndefinedSymbols.end());
|
||||
|
||||
// Loop over all the ModuleProviders that we got back from the archive
|
||||
for (std::set<ModuleProvider*>::iterator I=Modules.begin(), E=Modules.end();
|
||||
|
Loading…
x
Reference in New Issue
Block a user