[llvm-commits] CVS: llvm/lib/Linker/LinkArchives.cpp

Reid Spencer reid at x10sys.com
Thu Nov 18 19:27:16 PST 2004



Changes in directory llvm/lib/Linker:

LinkArchives.cpp updated: 1.37 -> 1.38
---
Log message:

Eliminate unsightly ;;


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Linker/LinkArchives.cpp
diff -u llvm/lib/Linker/LinkArchives.cpp:1.37 llvm/lib/Linker/LinkArchives.cpp:1.38
--- llvm/lib/Linker/LinkArchives.cpp:1.37	Thu Nov 18 21:13:25 2004
+++ llvm/lib/Linker/LinkArchives.cpp	Thu Nov 18 21:27:05 2004
@@ -208,7 +208,7 @@
     // 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();






More information about the llvm-commits mailing list