*** empty log message ***

llvm-svn: 3072
This commit is contained in:
Chris Lattner 2002-07-24 22:40:39 +00:00
parent f1ca92d42d
commit 2d380955dd
1 changed files with 1 additions and 1 deletions

View File

@ -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.