From: Chris Lattner Date: Fri, 15 Aug 2003 04:56:47 +0000 (+0000) Subject: Revert my last (accidental) checkin, but keep the typeo fix X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ad6ba3e071f0849397dd1cc493705dc2ec459614;p=oota-llvm.git Revert my last (accidental) checkin, but keep the typeo fix git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7879 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/gccld/gccld.cpp b/tools/gccld/gccld.cpp index 817de61fec4..ef3d2ae54fa 100644 --- a/tools/gccld/gccld.cpp +++ b/tools/gccld/gccld.cpp @@ -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