summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-02-17 15:57:39 +0000
committerDan Gohman <gohman@apple.com>2009-02-17 15:57:39 +0000
commitefe65e547bcddcb7de0aa2406ff69e08b1611621 (patch)
treeee7e3ab1b6ecf391bba698e007395812b5810453 /llvm/lib/Transforms
parent393900ef527277e94731ff270274ab3ac0184a10 (diff)
downloadbcm5719-llvm-efe65e547bcddcb7de0aa2406ff69e08b1611621.tar.gz
bcm5719-llvm-efe65e547bcddcb7de0aa2406ff69e08b1611621.zip
Fix 80-column violation.
llvm-svn: 64766
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/IndVarSimplify.cpp3
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);
OpenPOWER on IntegriCloud