aboutsummaryrefslogtreecommitdiff
path: root/tools/gccld/gccld.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-15 04:56:47 +0000
committerChris Lattner <sabre@nondot.org>2003-08-15 04:56:47 +0000
commitad6ba3e071f0849397dd1cc493705dc2ec459614 (patch)
tree4846433300bc83ae24419a9b8eb46ac9b6bc85b1 /tools/gccld/gccld.cpp
parent80df4638fedb633e21f7d534e2de643541ac44cc (diff)
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
Diffstat (limited to 'tools/gccld/gccld.cpp')
-rw-r--r--tools/gccld/gccld.cpp1
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