OSDN Git Service

Fix 80-column violation.
authorDan Gohman <gohman@apple.com>
Tue, 17 Feb 2009 15:57:39 +0000 (15:57 +0000)
committerDan 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

index e774905..641be5c 100644 (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);