diff options
-rw-r--r-- | lib/Transforms/Scalar/IndVarSimplify.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/IndVarSimplify.cpp b/lib/Transforms/Scalar/IndVarSimplify.cpp index e774905976..641be5ce54 100644 --- a/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/lib/Transforms/Scalar/IndVarSimplify.cpp @@ -90,7 +90,8 @@ namespace { void EliminatePointerRecurrence(PHINode *PN, BasicBlock *Preheader, SmallPtrSet<Instruction*, 16> &DeadInsts); - void LinearFunctionTestReplace(Loop *L, SCEVHandle IterationCount, Value *IndVar, + void LinearFunctionTestReplace(Loop *L, SCEVHandle IterationCount, + Value *IndVar, BasicBlock *ExitingBlock, BranchInst *BI, SCEVExpander &Rewriter); |