Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Dec 15, 2023
1 parent beb541c commit d450316
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ class ClamBCConvertMemsetsTo32Bit : public PassInfoMixin<ClamBCConvertMemsetsTo3
bChanged = false;
pMod = &mod;

DEBUGERR << "REname to convertmemset" << "<END>\n";

for (auto i = pMod->begin(), e = pMod->end(); i != e; i++) {
Function* pFunc = llvm::cast<Function>(i);
processFunction(pFunc);
Expand Down

0 comments on commit d450316

Please sign in to comment.