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 | a93ab13e0bf61c92f398f1e5697b79d04974dc29 (patch) | |
| tree | 74092bc63159750f14af7f2088bc15ace802be1c /llvm/lib/Transforms/Scalar | |
| parent | e37d605e7d3ff1b684962a006000dec601b7a1f6 (diff) | |
| download | bcm5719-llvm-a93ab13e0bf61c92f398f1e5697b79d04974dc29.tar.gz bcm5719-llvm-a93ab13e0bf61c92f398f1e5697b79d04974dc29.zip | |
Correct grammar.
llvm-svn: 139565
Diffstat (limited to 'llvm/lib/Transforms/Scalar')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp b/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp index 9ac57a7b925..ad15cbb9b43 100644 --- a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp +++ b/llvm/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; } |

