diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-24 22:40:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-24 22:40:39 +0000 |
commit | 2d380955dd828ab322c94b4a946a33ce3f15f61c (patch) | |
tree | fb1b9db116d141887a4d79b00bbe4e7d5f4af031 /llvm/lib/Transforms/Utils/Linker.cpp | |
parent | f1ca92d42d6a7593513746045dbb8cc054419b93 (diff) | |
download | bcm5719-llvm-2d380955dd828ab322c94b4a946a33ce3f15f61c.tar.gz bcm5719-llvm-2d380955dd828ab322c94b4a946a33ce3f15f61c.zip |
*** empty log message ***
llvm-svn: 3072
Diffstat (limited to 'llvm/lib/Transforms/Utils/Linker.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/Linker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/Linker.cpp b/llvm/lib/Transforms/Utils/Linker.cpp index c23de0a1786..f3a37aea536 100644 --- a/llvm/lib/Transforms/Utils/Linker.cpp +++ b/llvm/lib/Transforms/Utils/Linker.cpp @@ -410,7 +410,7 @@ static bool LinkFunctionBodies(Module *Dest, const Module *Src, // the problem. Upon failure, the Dest module could be in a modified state, and // shouldn't be relied on to be consistent. // -bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg = 0) { +bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg) { // LinkTypes - Go through the symbol table of the Src module and see if any // types are named in the src module that are not named in the Dst module. |