diff options
-rw-r--r-- | tools/gccld/gccld.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gccld/gccld.cpp b/tools/gccld/gccld.cpp index 817de61fec..ef3d2ae54f 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 |