commit | 5ac7c7da3ebfd1aa95226aeefb8cfa3ba34fd72a | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Tue Sep 13 00:44:16 2011 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Tue Sep 13 00:44:16 2011 +0000 |
tree | b9c4ee88102df08c346c13ae9b641543e694e757 | |
parent | f73c881f4aa7c8d69eba8f9feb3d3f4034c57091 [diff] |
Correct grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139565 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ 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; }