about summary refs log tree commit diff
diff options
context:
space:
mode:
-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);
             }
           }