diff --git a/libclambcc/ClamBCRemovePointerPHIs.cpp b/libclambcc/ClamBCRemovePointerPHIs.cpp index 29a5a1cff5..2a0fafe5db 100644 --- a/libclambcc/ClamBCRemovePointerPHIs.cpp +++ b/libclambcc/ClamBCRemovePointerPHIs.cpp @@ -340,11 +340,6 @@ class ClamBCRemovePointerPHIs : public PassInfoMixin 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)){