diff options
author | Heiko Eißfeldt <heikoi@hexco.de> | 2019-07-13 23:40:34 +0200 |
---|---|---|
committer | Heiko Eißfeldt <heikoi@hexco.de> | 2019-07-13 23:40:34 +0200 |
commit | 0f1313761686a61983a4deb2646a8265f8acc214 (patch) | |
tree | a5b528f9600aa7bcbc9374cfc75eb287090a0e2a /llvm_mode/LLVMInsTrim.so.cc | |
parent | 864056fcaaeea0e156e650b7a0f6182e81db566a (diff) | |
download | afl++-0f1313761686a61983a4deb2646a8265f8acc214.tar.gz |
compiles now with LLVM 8.0
Diffstat (limited to 'llvm_mode/LLVMInsTrim.so.cc')
-rw-r--r-- | llvm_mode/LLVMInsTrim.so.cc | 2 |
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); } } |