OSDN Git Service

Typo.
authorChad Rosier <mcrosier@codeaurora.org>
Wed, 28 Oct 2015 15:08:33 +0000 (15:08 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Wed, 28 Oct 2015 15:08:33 +0000 (15:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251521 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopIdiomRecognize.cpp

index ce425f1..b7247cc 100644 (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 =