From 01fd5aa74c7bbfeeaa10d24e7578a59fa1dab3de Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Fri, 14 Feb 2014 12:32:10 +0000 Subject: Correct and tidy up comments. --- lib/Module/ModuleUtil.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Module') diff --git a/lib/Module/ModuleUtil.cpp b/lib/Module/ModuleUtil.cpp index 51375719..7b19639e 100644 --- a/lib/Module/ModuleUtil.cpp +++ b/lib/Module/ModuleUtil.cpp @@ -156,7 +156,7 @@ GetAllUndefinedSymbols(Module *M, std::set &UndefinedSymbols) { * modules into a composite bitcode module * * \param[in] archive Archive of bitcode modules - * \param[in,out] composite The archive to link the archive with + * \param[in,out] composite The bitcode module to link against the archive * \param[out] errorMessage Set to an error message if linking fails * * \return True if linking succeeds otherwise false @@ -275,7 +275,6 @@ static bool linkBCA(object::Archive* archive, Module* composite, std::string& er // FIXME: We aren't handling weak symbols here! // However the algorithm used in LLVM3.2 didn't seem to either // so maybe it doesn't matter? - // klee_warning("S: %s",(*S).c_str()); if ( GlobalValue* GV = dyn_cast_or_null(M->getValueSymbolTable().lookup(*S))) { -- cgit 1.4.1