From: Jim Grosbach Date: Tue, 17 Nov 2009 21:37:04 +0000 (+0000) Subject: grammar X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=502309579962fe592c445d293119f5949edbcbdf;p=oota-llvm.git grammar git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89145 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index e42129cadc3..564c7ac0615 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -2603,8 +2603,8 @@ void LoopStrengthReduce::OptimizeLoopTermCond(Loop *L) { bool LoopStrengthReduce::OptimizeLoopCountIVOfStride(const SCEV* &Stride, IVStrideUse* &CondUse, Loop *L) { - // If the only use is an icmp of an loop exiting conditional branch, then - // attempts the optimization. + // If the only use is an icmp of a loop exiting conditional branch, then + // attempt the optimization. BasedUser User = BasedUser(*CondUse, SE); assert(isa(User.Inst) && "Expecting an ICMPInst!"); ICmpInst *Cond = cast(User.Inst);