aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--instrumentation/SanitizerCoveragePCGUARD.so.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/instrumentation/SanitizerCoveragePCGUARD.so.cc b/instrumentation/SanitizerCoveragePCGUARD.so.cc
index 4bd62bc7..da1db3ff 100644
--- a/instrumentation/SanitizerCoveragePCGUARD.so.cc
+++ b/instrumentation/SanitizerCoveragePCGUARD.so.cc
@@ -868,8 +868,6 @@ bool ModuleSanitizerCoverage::InjectCoverage(Function & F,
}
- fprintf(stderr, "%u selects in %s!\n", cnt_sel, F.getName().str().c_str());
-
/* Create PCGUARD array */
CreateFunctionLocalArrays(F, AllBlocks, cnt_cov + cnt_sel * 2);
selects += cnt_sel;