Skip to content

Commit 5744d8b

Browse files
committed
blah
1 parent b6320f7 commit 5744d8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libclambcc/ClamBCRemovePointerPHIs.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ return pRet;
391391
ConstantInt * pci = ConstantInt::get(Type::getInt32Ty(pMod->getContext()), 8);
392392
CastInst * pCast = CastInst::CreatePointerCast(dst, src->getType(), "ClamBCRemovePointerPHIs_pointerCast_", insPt);
393393
CallInst::Create(getSaveFunctionType(), saveFunction, {pCast, pci, src, pci}, "", insPt);
394-
//CallInst::Create(saveFunction->getType(), saveFunction, {dst, src}, "ClamBCRemovePointerPHIs_", insPt);
395394
}
396395

397396
bool handlePHI2(PHINode *pn)

0 commit comments

Comments
 (0)