From cd9f596ce04cdf5bb18d73be7052a7f4aa8f7c94 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Mon, 1 Nov 2021 17:33:18 +0100 Subject: [PATCH] remove debug --- instrumentation/SanitizerCoveragePCGUARD.so.cc | 1 + 1 file changed, 1 insertion(+) 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());