Correct grammar.
authorEli Friedman <eli.friedman@gmail.com>
Tue, 13 Sep 2011 00:44:16 +0000 (00:44 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 13 Sep 2011 00:44:16 +0000 (00:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139565 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopIdiomRecognize.cpp

index 9ac57a7b925361a5491be53ab10ffa576b32b122..ad15cbb9b436ab98d0e883eb9ea64f8defeb3dda 100644 (file)
@@ -463,7 +463,7 @@ processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
     SplatValue = 0;
   } else {
     // Otherwise, this isn't an idiom we can transform.  For example, we can't
-    // do anything with a 3-byte store, for example.
+    // do anything with a 3-byte store.
     return false;
   }