OSDN Git Service

Fix indentation.
authorDan Gohman <gohman@apple.com>
Sun, 11 Apr 2010 23:44:58 +0000 (23:44 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 11 Apr 2010 23:44:58 +0000 (23:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101001 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ScalarEvolution.cpp

index 59ac988..e3159a9 100644 (file)
@@ -2689,7 +2689,7 @@ const SCEV *ScalarEvolution::createNodeForPHI(PHINode *PN) {
             // If StartVal = j.start - j.stride, we can use StartVal as the
             // initial step of the addrec evolution.
             if (StartVal == getMinusSCEV(AddRec->getOperand(0),
-                                            AddRec->getOperand(1))) {
+                                         AddRec->getOperand(1))) {
               const SCEV *PHISCEV =
                  getAddRecExpr(StartVal, AddRec->getOperand(1), L);