remove debug

This commit is contained in:
vanhauser-thc 2021-11-01 09:25:11 +01:00
parent 7e813ca492
commit f97c5dba2a

View File

@ -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 */ /* Create PCGUARD array */
CreateFunctionLocalArrays(F, AllBlocks, cnt_cov + cnt_sel * 2); CreateFunctionLocalArrays(F, AllBlocks, cnt_cov + cnt_sel * 2);
selects += cnt_sel; selects += cnt_sel;