From c233dbd047ac1c0f003fbbdf1dd43ea4775aefcd Mon Sep 17 00:00:00 2001 From: Andy Ragusa Date: Fri, 3 May 2024 03:01:48 -0700 Subject: [PATCH] blah --- libclambcc/ClamBCRemovePointerPHIs.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libclambcc/ClamBCRemovePointerPHIs.cpp b/libclambcc/ClamBCRemovePointerPHIs.cpp index d7d20d842a..29a5a1cff5 100644 --- a/libclambcc/ClamBCRemovePointerPHIs.cpp +++ b/libclambcc/ClamBCRemovePointerPHIs.cpp @@ -254,7 +254,6 @@ class ClamBCRemovePointerPHIs : public PassInfoMixin Value *incVal = pgepi->getOperand(1); if (incVal->getType() != pType){ - DEBUG_NONPOINTER("SHOULD PROBABLY CHANGE THIS TO CREATE THE INDEX TO BE THE SAME TYPE AS THE incVal"); incVal = CastInst::CreateIntegerCast(incVal, pType, false, "ClamBCRemovePointerPHIs_cast_", pgepi); }