diff options
Diffstat (limited to 'llvm/tools/gccld/gccld.cpp')
| -rw-r--r-- | llvm/tools/gccld/gccld.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 |

