mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
remove debug
This commit is contained in:
@ -905,6 +905,7 @@ bool ModuleSanitizerCoverage::InjectCoverage(Function & F,
|
|||||||
|
|
||||||
Value *c = selectInst->getCondition();
|
Value *c = selectInst->getCondition();
|
||||||
auto t = c->getType();
|
auto t = c->getType();
|
||||||
|
|
||||||
if (t->getTypeID() == llvm::Type::IntegerTyID) {
|
if (t->getTypeID() == llvm::Type::IntegerTyID) {
|
||||||
|
|
||||||
IRBuilder<> IRB(selectInst->getNextNode());
|
IRBuilder<> IRB(selectInst->getNextNode());
|
||||||
|
Reference in New Issue
Block a user