Correct grammar.

llvm-svn: 139565
This commit is contained in:
Eli Friedman 2011-09-13 00:44:16 +00:00
parent e37d605e7d
commit a93ab13e0b
1 changed files with 1 additions and 1 deletions

View 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;
}