about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergej Schumilo <sergej@schumilo.de>2022-03-04 03:36:52 +0100
committerSergej Schumilo <sergej@schumilo.de>2022-03-04 03:36:52 +0100
commit544b68044a299e4de092d908825e0fa8d6a28db6 (patch)
tree24a7e66f52c28216e973a9ab4e6762f45b3f8113
parent7e67545b9de14ae6e425d184581bec93ccf84c6a (diff)
downloadafl++-544b68044a299e4de092d908825e0fa8d6a28db6.tar.gz
fix broken code format
-rw-r--r--instrumentation/compare-transform-pass.so.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/instrumentation/compare-transform-pass.so.cc b/instrumentation/compare-transform-pass.so.cc
index c668ba95..9a4e4f00 100644
--- a/instrumentation/compare-transform-pass.so.cc
+++ b/instrumentation/compare-transform-pass.so.cc
@@ -76,8 +76,7 @@ class CompareTransform : public ModulePass {
 
 #endif
 
-  //#if LLVM_MAJOR >= 11                                /* use new pass manager
-  /                                                                        /*/
+  //#if LLVM_MAJOR >= 11                             /* use new pass manager */
   //  PreservedAnalyses run(Module &M, ModuleAnalysisManager &MAM);
   //#else
   bool runOnModule(Module &M) override;