diff options
author | Sergej Schumilo <sergej@schumilo.de> | 2022-03-04 03:36:52 +0100 |
---|---|---|
committer | Sergej Schumilo <sergej@schumilo.de> | 2022-03-04 03:36:52 +0100 |
commit | 544b68044a299e4de092d908825e0fa8d6a28db6 (patch) | |
tree | 24a7e66f52c28216e973a9ab4e6762f45b3f8113 | |
parent | 7e67545b9de14ae6e425d184581bec93ccf84c6a (diff) | |
download | afl++-544b68044a299e4de092d908825e0fa8d6a28db6.tar.gz |
fix broken code format
-rw-r--r-- | instrumentation/compare-transform-pass.so.cc | 3 |
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; |