Revert my last (accidental) checkin, but keep the typeo fix
authorChris Lattner <sabre@nondot.org>
Fri, 15 Aug 2003 04:56:47 +0000 (04:56 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Aug 2003 04:56:47 +0000 (04:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7879 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gccld/gccld.cpp

index 817de61fec4ed0294a3be4bc1fa679fddba2284f..ef3d2ae54fae49e709f33f6d677cc9f581a65201 100644 (file)
@@ -387,7 +387,6 @@ int main(int argc, char **argv) {
   // arguments).  This pass merges the two functions.
   //
   Passes.add(createFunctionResolvingPass());
-  Passes.add(createFunctionResolvingPass());
 
   if (!NoInternalize) {
     // Now that composite has been compiled, scan through the module, looking