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 ac7d604 commit c233dbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libclambcc/ClamBCRemovePointerPHIs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ class ClamBCRemovePointerPHIs : public PassInfoMixin<ClamBCRemovePointerPHIs>
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);
}

Expand Down

0 comments on commit c233dbd

Please sign in to comment.