remove debug

This commit is contained in:
vanhauser-thc 2021-11-01 17:33:18 +01:00
parent f97c5dba2a
commit cd9f596ce0

View File

@ -905,6 +905,7 @@ bool ModuleSanitizerCoverage::InjectCoverage(Function & F,
Value *c = selectInst->getCondition();
auto t = c->getType();
if (t->getTypeID() == llvm::Type::IntegerTyID) {
IRBuilder<> IRB(selectInst->getNextNode());