summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Linker
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-19 03:27:05 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-19 03:27:05 +0000
commit3356325996353634ee9b738206e090abf28029ed (patch)
tree74f74dfb667cdfb685622227c6205ab2359ebc81 /llvm/lib/Linker
parent9aa7a2b468628b0181acadd48abdeefd64f0b25f (diff)
downloadbcm5719-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.cpp2
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();
OpenPOWER on IntegriCloud