commit | 7076ff29ed02c3472e82575594386739a4bb3e34 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jun 25 16:13:21 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jun 25 16:13:21 2002 +0000 |
tree | 2e5e31bf8db609442dc4894bdaa7e9eb31189c00 | |
parent | fda72b1aad8c70686418b2a7dfa8adbc20435b0e [diff] [blame] |
MEGAPATCH checkin. For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2778
diff --git a/llvm/tools/gccld/gccld.cpp b/llvm/tools/gccld/gccld.cpp index 359323e..0269999 100644 --- a/llvm/tools/gccld/gccld.cpp +++ b/llvm/tools/gccld/gccld.cpp
@@ -165,7 +165,7 @@ RemoveFileOnSignal(OutputFilename+".bc"); // Run our queue of passes all at once now, efficiently. - Passes.run(Composite.get()); + Passes.run(*Composite.get()); Out.close(); // Output the script to start the program...