diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-19 03:27:05 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-19 03:27:05 +0000 |
| commit | 3356325996353634ee9b738206e090abf28029ed (patch) | |
| tree | 74f74dfb667cdfb685622227c6205ab2359ebc81 /llvm/lib/Linker | |
| parent | 9aa7a2b468628b0181acadd48abdeefd64f0b25f (diff) | |
| download | bcm5719-llvm-3356325996353634ee9b738206e090abf28029ed.tar.gz bcm5719-llvm-3356325996353634ee9b738206e090abf28029ed.zip | |
Eliminate unsightly ;;
llvm-svn: 17979
Diffstat (limited to 'llvm/lib/Linker')
| -rw-r--r-- | llvm/lib/Linker/LinkArchives.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Linker/LinkArchives.cpp b/llvm/lib/Linker/LinkArchives.cpp index d15afaf85d6..0d770f56f13 100644 --- a/llvm/lib/Linker/LinkArchives.cpp +++ b/llvm/lib/Linker/LinkArchives.cpp @@ -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(); |

