Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed May 3, 2024
1 parent c233dbd commit b6320f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libclambcc/ClamBCRemovePointerPHIs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,11 +340,6 @@ class ClamBCRemovePointerPHIs : public PassInfoMixin<ClamBCRemovePointerPHIs>
insPt = pUser;
}

DEBUG_VALUE(pai);
DEBUG_VALUE(pai->getType());
DEBUG_VALUE(pUser);
DEBUG_VALUE(pUser->getType());

LoadInst * pli = new LoadInst(pn->getType(), pai, "ClamBCRemovePointerPHIs_load_", insPt);
for (size_t j = 0; j < pUser->getNumOperands(); j++){
if (pn == pUser->getOperand(j)){
Expand Down

0 comments on commit b6320f7

Please sign in to comment.