about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2021-06-07 12:54:16 +0200
committerDominik Maier <domenukk@gmail.com>2021-06-07 12:54:16 +0200
commit76c0940cee04a4fc68f7bb6c3487bc3263494034 (patch)
treee3e91cf5d6bbd15ef78dce725c1236b2e78fd486
parentc69edc2b3cc6c9d58c1d10385555817d6d1c43b0 (diff)
downloadafl++-76c0940cee04a4fc68f7bb6c3487bc3263494034.tar.gz
format
-rw-r--r--instrumentation/afl-llvm-pass.so.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-llvm-pass.so.cc b/instrumentation/afl-llvm-pass.so.cc
index 6fe34ccd..94b77f7d 100644
--- a/instrumentation/afl-llvm-pass.so.cc
+++ b/instrumentation/afl-llvm-pass.so.cc
@@ -676,7 +676,7 @@ bool AFLCoverage::runOnModule(Module &M) {
                                                todo.push_back(MapPtrIdx);
                              
                                              } else {
-
+                             
                                      */
         IRB.CreateAtomicRMW(llvm::AtomicRMWInst::BinOp::Add, MapPtrIdx, One,
 #if LLVM_VERSION_MAJOR >= 13