Minor whitespace fix.
authorDan Gohman <gohman@apple.com>
Fri, 1 May 2009 16:56:32 +0000 (16:56 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 1 May 2009 16:56:32 +0000 (16:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70551 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopStrengthReduce.cpp

index 89429b6731db0e3eba2a951b5d56548ce77e8167..7ba7ce8d0eb46125bb11583d901f41e615d301c6 100644 (file)
@@ -157,7 +157,7 @@ namespace {
       AU.addPreserved<ScalarEvolution>();
     }
 
-private:
+  private:
     bool AddUsersIfInteresting(Instruction *I, Loop *L,
                                SmallPtrSet<Instruction*,16> &Processed);
     ICmpInst *ChangeCompareStride(Loop *L, ICmpInst *Cond,