diff options
| author | Dan Gohman <gohman@apple.com> | 2009-02-17 15:57:39 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-02-17 15:57:39 +0000 |
| commit | efe65e547bcddcb7de0aa2406ff69e08b1611621 (patch) | |
| tree | ee7e3ab1b6ecf391bba698e007395812b5810453 /llvm | |
| parent | 393900ef527277e94731ff270274ab3ac0184a10 (diff) | |
| download | bcm5719-llvm-efe65e547bcddcb7de0aa2406ff69e08b1611621.tar.gz bcm5719-llvm-efe65e547bcddcb7de0aa2406ff69e08b1611621.zip | |
Fix 80-column violation.
llvm-svn: 64766
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/IndVarSimplify.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp index e774905976e..641be5ce541 100644 --- a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/llvm/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); |

