[llvm] r246329 - Remove white space (test commit)
Matthew Simpson via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 28 13:38:33 PDT 2015
Author: mssimpso
Date: Fri Aug 28 15:38:33 2015
New Revision: 246329
URL: http://llvm.org/viewvc/llvm-project?rev=246329&view=rev
Log:
Remove white space (test commit)
Modified:
llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h
Modified: llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h?rev=246329&r1=246328&r2=246329&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h (original)
+++ llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h Fri Aug 28 15:38:33 2015
@@ -280,7 +280,7 @@ public:
static bool isInductionPHI(PHINode *Phi, ScalarEvolution *SE,
InductionDescriptor &D);
-
+
private:
/// Private constructor - used by \c isInductionPHI.
InductionDescriptor(Value *Start, InductionKind K, ConstantInt *Step);
@@ -355,10 +355,10 @@ bool hoistRegion(DomTreeNode *, AliasAna
/// \brief Try to promote memory values to scalars by sinking stores out of
/// the loop and moving loads to before the loop. We do this by looping over
-/// the stores in the loop, looking for stores to Must pointers which are
+/// the stores in the loop, looking for stores to Must pointers which are
/// loop invariant. It takes AliasSet, Loop exit blocks vector, loop exit blocks
/// insertion point vector, PredIteratorCache, LoopInfo, DominatorTree, Loop,
-/// AliasSet information for all instructions of the loop and loop safety
+/// AliasSet information for all instructions of the loop and loop safety
/// information as arguments. It returns changed status.
bool promoteLoopAccessesToScalars(AliasSet &, SmallVectorImpl<BasicBlock*> &,
SmallVectorImpl<Instruction*> &,
More information about the llvm-commits
mailing list