projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf18939
)
Fix 80-column violation.
author
Dan Gohman
<gohman@apple.com>
Tue, 17 Feb 2009 15:57:39 +0000
(15:57 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 17 Feb 2009 15:57:39 +0000
(15:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64766
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/IndVarSimplify.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/IndVarSimplify.cpp
b/lib/Transforms/Scalar/IndVarSimplify.cpp
index e774905976e2c9055ce46288b5605c6ac49040b7..641be5ce541447c5946cf021695682a473cf6a69 100644
(file)
--- 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);