diff --git a/libclambcc/ClamBCVerifier.cpp b/libclambcc/ClamBCVerifier.cpp index cbba7782e7..bd8aa74815 100644 --- a/libclambcc/ClamBCVerifier.cpp +++ b/libclambcc/ClamBCVerifier.cpp @@ -165,8 +165,10 @@ class ClamBCVerifier : public PassInfoMixin, { /* - * Issue is calling 'memstr', even though the id is the same. - * */ + * Issue is in 'memstr'. + * + * The 'needle' is not correct in the earlier versions. + */ llvm::errs() << "<" << __LINE__ << ">" << "TODO: Clean this up!!!" << "\n"; Value * pCalledOperand = pci->getCalledOperand(); Function * ret = llvm::dyn_cast(pCalledOperand);