From: Chad Rosier Date: Wed, 28 Oct 2015 15:08:33 +0000 (+0000) Subject: Typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e34d8ee22c5e21ef3560998416741ede19958fd9;p=oota-llvm.git Typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251521 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/LoopIdiomRecognize.cpp b/lib/Transforms/Scalar/LoopIdiomRecognize.cpp index ce425f1bf9f..b7247cc2ca4 100644 --- a/lib/Transforms/Scalar/LoopIdiomRecognize.cpp +++ b/lib/Transforms/Scalar/LoopIdiomRecognize.cpp @@ -333,7 +333,7 @@ bool LoopIdiomRecognize::processLoopStore(StoreInst *SI, const SCEV *BECount) { return false; // If the stored value is a strided load in the same loop with the same stride - // this this may be transformable into a memcpy. This kicks in for stuff like + // this may be transformable into a memcpy. This kicks in for stuff like // for (i) A[i] = B[i]; if (LoadInst *LI = dyn_cast(StoredVal)) { const SCEVAddRecExpr *LoadEv =