about summary refs log tree commit diff
path: root/instrumentation/cmplog-instructions-pass.cc
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-11-03 12:49:54 +0100
committervanhauser-thc <vh@thc.org>2021-11-03 12:49:54 +0100
commitccded9fc5cfead1b88104484c4acde12e81e0afe (patch)
tree2ed0dc70a25f410bf165a4cd13767ff4251f91ac /instrumentation/cmplog-instructions-pass.cc
parentcaf68e5bf25a8a73bcc21b870499b640e7702d85 (diff)
downloadafl++-ccded9fc5cfead1b88104484c4acde12e81e0afe.tar.gz
vectorized coverage only possible for llvm 14 :(
Diffstat (limited to 'instrumentation/cmplog-instructions-pass.cc')
-rw-r--r--instrumentation/cmplog-instructions-pass.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/instrumentation/cmplog-instructions-pass.cc b/instrumentation/cmplog-instructions-pass.cc
index 86e206f1..cb149e9a 100644
--- a/instrumentation/cmplog-instructions-pass.cc
+++ b/instrumentation/cmplog-instructions-pass.cc
@@ -377,7 +377,6 @@ bool CmpLogInstructions::hookInstrs(Module &M) {
 
           vector_cnt = tt->getElementCount().getFixedValue();
           ty1 = ty0 = tt->getElementType();
-          fprintf(stderr, "vec %u\n", vector_cnt);
 
         }