Fix 80-column violation.

llvm-svn: 64766
This commit is contained in:
Dan Gohman 2009-02-17 15:57:39 +00:00
parent 2e0cf05ad2
commit 07418e014e

View File

@ -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);