[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
[oota-llvm.git] / lib / Transforms / Scalar / RewriteStatepointsForGC.cpp
index 352beffa4a09524e7a3e5213bafbcffbecc08d5b..47021c02d2f20b63cd3c31e98ba7bbd424a25559 100644 (file)
@@ -1097,7 +1097,7 @@ normalizeForInvokeSafepoint(BasicBlock *BB, BasicBlock *InvokeParent,
                             DominatorTree &DT) {
   BasicBlock *Ret = BB;
   if (!BB->getUniquePredecessor()) {
-    Ret = SplitBlockPredecessors(BB, InvokeParent, "", nullptr, &DT);
+    Ret = SplitBlockPredecessors(BB, InvokeParent, "", &DT);
   }
 
   // Now that 'ret' has unique predecessor we can safely remove all phi nodes