llvm-svn: 251521
This commit is contained in:
Chad Rosier 2015-10-28 15:08:33 +00:00
parent 15cffc00b3
commit 7142da0ed4
1 changed files with 1 additions and 1 deletions

View File

@ -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<LoadInst>(StoredVal)) {
const SCEVAddRecExpr *LoadEv =