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 59ac988ee1a4619586cf4a6d88fe9d69cc481747..e3159a924fc79cbb4b83d15ee152ca415f46883c 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);