summaryrefslogtreecommitdiffstats
path: root/llvm/tools
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
commit8023f5c1c957e11e2d2a32475698169dd731fa81 (patch)
treeac47680f110b3bac37a7e236c9068e35bfc4e90b /llvm/tools
parent6ae402fd2cdbab31b73cfd8720435033560db557 (diff)
downloadbcm5719-llvm-8023f5c1c957e11e2d2a32475698169dd731fa81.tar.gz
bcm5719-llvm-8023f5c1c957e11e2d2a32475698169dd731fa81.zip
Revert my last (accidental) checkin, but keep the typeo fix
llvm-svn: 7879
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/gccld/gccld.cpp1
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
OpenPOWER on IntegriCloud