Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Jan 26, 2024
1 parent 62afe58 commit 5fdad8a
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,17 +176,9 @@ class ClamBCConvertIntrinsicsTo32Bit : public PassInfoMixin<ClamBCConvertIntrins

pci->setArgOperand(i, pv);
}

// args.push_back(pv);
}

//FunctionCallee f = pMod->getOrInsertFunction(newName, );
pci->setCalledFunction(r.newFunc);

// CallInst * pNew = CallInst::Create(f, args, "", pci);
// pNew->setAttributes(pci->getAttributes());

// delLst.push_back(pci);
}
};

Expand Down

0 comments on commit 5fdad8a

Please sign in to comment.