summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-09-13 00:44:16 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-09-13 00:44:16 +0000
commit5ac7c7da3ebfd1aa95226aeefb8cfa3ba34fd72a (patch)
treeb9c4ee88102df08c346c13ae9b641543e694e757 /lib
parentf73c881f4aa7c8d69eba8f9feb3d3f4034c57091 (diff)
downloadllvm-5ac7c7da3ebfd1aa95226aeefb8cfa3ba34fd72a.tar.gz
llvm-5ac7c7da3ebfd1aa95226aeefb8cfa3ba34fd72a.tar.bz2
llvm-5ac7c7da3ebfd1aa95226aeefb8cfa3ba34fd72a.tar.xz
Correct grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139565 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Transforms/Scalar/LoopIdiomRecognize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/LoopIdiomRecognize.cpp b/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
index 9ac57a7b92..ad15cbb9b4 100644
--- a/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
+++ b/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
@@ -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;
}