commit | 63fcfae1352c8e2f3f3f66e29b183173504b351d | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Fri May 01 16:56:32 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Fri May 01 16:56:32 2009 +0000 |
tree | b7fd7a7bc19ac1ea70a89123b47f764f21e051a1 | |
parent | 9c8abccdfae6f4c8c28d5e3f4c90603e9e7959ea [diff] [blame] |
Minor whitespace fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70551 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index 89429b6..7ba7ce8d 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@ -157,7 +157,7 @@ AU.addPreserved<ScalarEvolution>(); } -private: + private: bool AddUsersIfInteresting(Instruction *I, Loop *L, SmallPtrSet<Instruction*,16> &Processed); ICmpInst *ChangeCompareStride(Loop *L, ICmpInst *Cond,