about summary refs log tree commit diff
path: root/llvm_mode/LLVMInsTrim.so.cc
diff options
context:
space:
mode:
authorHeiko Eißfeldt <heikoi@hexco.de>2019-07-13 23:40:34 +0200
committerHeiko Eißfeldt <heikoi@hexco.de>2019-07-13 23:40:34 +0200
commit0f1313761686a61983a4deb2646a8265f8acc214 (patch)
treea5b528f9600aa7bcbc9374cfc75eb287090a0e2a /llvm_mode/LLVMInsTrim.so.cc
parent864056fcaaeea0e156e650b7a0f6182e81db566a (diff)
downloadafl++-0f1313761686a61983a4deb2646a8265f8acc214.tar.gz
compiles now with LLVM 8.0
Diffstat (limited to 'llvm_mode/LLVMInsTrim.so.cc')
-rw-r--r--llvm_mode/LLVMInsTrim.so.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/LLVMInsTrim.so.cc b/llvm_mode/LLVMInsTrim.so.cc
index 2a13981d..bba0b86c 100644
--- a/llvm_mode/LLVMInsTrim.so.cc
+++ b/llvm_mode/LLVMInsTrim.so.cc
@@ -118,7 +118,7 @@ namespace {
               auto PredBB = I->first;
               auto SuccBB = I->second;
               auto NewBB = SplitBlockPredecessors(SuccBB, {PredBB}, ".split",
-                                                  DT, nullptr, false);
+                                                  DT);
               MS.insert(NewBB);
             }
           }