diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-09-13 00:44:16 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-09-13 00:44:16 +0000 |
commit | 5ac7c7da3ebfd1aa95226aeefb8cfa3ba34fd72a (patch) | |
tree | b9c4ee88102df08c346c13ae9b641543e694e757 /lib | |
parent | f73c881f4aa7c8d69eba8f9feb3d3f4034c57091 (diff) | |
download | external_llvm-5ac7c7da3ebfd1aa95226aeefb8cfa3ba34fd72a.zip external_llvm-5ac7c7da3ebfd1aa95226aeefb8cfa3ba34fd72a.tar.gz external_llvm-5ac7c7da3ebfd1aa95226aeefb8cfa3ba34fd72a.tar.bz2 |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/LoopIdiomRecognize.cpp b/lib/Transforms/Scalar/LoopIdiomRecognize.cpp index 9ac57a7..ad15cbb 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; } |