From 8023f5c1c957e11e2d2a32475698169dd731fa81 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 15 Aug 2003 04:56:47 +0000 Subject: Revert my last (accidental) checkin, but keep the typeo fix llvm-svn: 7879 --- llvm/tools/gccld/gccld.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/tools/gccld') diff --git a/llvm/tools/gccld/gccld.cpp b/llvm/tools/gccld/gccld.cpp index 817de61fec4..ef3d2ae54fa 100644 --- a/llvm/tools/gccld/gccld.cpp +++ b/llvm/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 -- cgit v1.2.3