about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-11-01 17:33:18 +0100
committervanhauser-thc <vh@thc.org>2021-11-01 17:33:18 +0100
commitcd9f596ce04cdf5bb18d73be7052a7f4aa8f7c94 (patch)
tree1bdd9f62a906537cd60aa396d5872b4def4a431b
parentf97c5dba2af3c1428ee26e0936c931e58e5d67e7 (diff)
downloadafl++-cd9f596ce04cdf5bb18d73be7052a7f4aa8f7c94.tar.gz
remove debug
-rw-r--r--instrumentation/SanitizerCoveragePCGUARD.so.cc1
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());