[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
[oota-llvm.git] / lib / Transforms / Scalar / LoopStrengthReduce.cpp
index 4b59f3d2f6cc1d30018768e44ffa3fb9125b2d13..773777ac804f179302fc395bca6bc16a42e58d84 100644 (file)
@@ -4658,8 +4658,7 @@ void LSRInstance::RewriteForPHI(PHINode *PN,
                                           .setDontDeleteUselessPHIs());
           } else {
             SmallVector<BasicBlock*, 2> NewBBs;
-            SplitLandingPadPredecessors(Parent, BB, "", "", NewBBs,
-                                        /*AliasAnalysis*/ nullptr, &DT, &LI);
+            SplitLandingPadPredecessors(Parent, BB, "", "", NewBBs, &DT, &LI);
             NewBB = NewBBs[0];
           }
           // If NewBB==NULL, then SplitCriticalEdge refused to split because all