diff options
author | vanhauser-thc <vh@thc.org> | 2021-11-01 17:33:18 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-11-01 17:33:18 +0100 |
commit | cd9f596ce04cdf5bb18d73be7052a7f4aa8f7c94 (patch) | |
tree | 1bdd9f62a906537cd60aa396d5872b4def4a431b | |
parent | f97c5dba2af3c1428ee26e0936c931e58e5d67e7 (diff) | |
download | afl++-cd9f596ce04cdf5bb18d73be7052a7f4aa8f7c94.tar.gz |
remove debug
-rw-r--r-- | instrumentation/SanitizerCoveragePCGUARD.so.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/instrumentation/SanitizerCoveragePCGUARD.so.cc b/instrumentation/SanitizerCoveragePCGUARD.so.cc index da1db3ff..6b6a00d1 100644 --- a/instrumentation/SanitizerCoveragePCGUARD.so.cc +++ b/instrumentation/SanitizerCoveragePCGUARD.so.cc @@ -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()); |