Skip to content

Commit

Permalink
Correct and tidy up comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Liew committed Feb 14, 2014
1 parent 129a80e commit 01fd5aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Module/ModuleUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ GetAllUndefinedSymbols(Module *M, std::set<std::string> &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
Expand Down Expand Up @@ -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<GlobalValue>(M->getValueSymbolTable().lookup(*S)))
{
Expand Down

0 comments on commit 01fd5aa

Please sign in to comment.