diff options
author | hexcoder- <heiko@hexco.de> | 2021-10-16 12:56:31 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-10-16 12:56:31 +0200 |
commit | c49b30879474042f16dcf8de200c603a47965ea4 (patch) | |
tree | fa098c42b2f7b4787beb73556bb9fe45acdbcd0a /instrumentation/split-compares-pass.so.cc | |
parent | 379c5806580dd58824df0f4fb7d215841d1bd459 (diff) | |
download | afl++-c49b30879474042f16dcf8de200c603a47965ea4.tar.gz |
switch PreservedAnalyses from none to all
Diffstat (limited to 'instrumentation/split-compares-pass.so.cc')
-rw-r--r-- | instrumentation/split-compares-pass.so.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/split-compares-pass.so.cc b/instrumentation/split-compares-pass.so.cc index 8d4935f5..75a9c35c 100644 --- a/instrumentation/split-compares-pass.so.cc +++ b/instrumentation/split-compares-pass.so.cc @@ -1365,7 +1365,7 @@ PreservedAnalyses SplitComparesTransform::run(Module &M, ModuleAnalysisManager & } - auto PA = PreservedAnalyses::none(); + auto PA = PreservedAnalyses::all(); if (enableFPSplit) { |