From: Dan Gohman Date: Tue, 17 Feb 2009 15:57:39 +0000 (+0000) Subject: Fix 80-column violation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a575871884b247b0946290876ac7d4657b384cf9;p=oota-llvm.git Fix 80-column violation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64766 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/IndVarSimplify.cpp b/lib/Transforms/Scalar/IndVarSimplify.cpp index e774905976e..641be5ce541 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 &DeadInsts); - void LinearFunctionTestReplace(Loop *L, SCEVHandle IterationCount, Value *IndVar, + void LinearFunctionTestReplace(Loop *L, SCEVHandle IterationCount, + Value *IndVar, BasicBlock *ExitingBlock, BranchInst *BI, SCEVExpander &Rewriter);