mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-27 14:24:40 +00:00
Correct grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139565 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -463,7 +463,7 @@ processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
|
|||||||
SplatValue = 0;
|
SplatValue = 0;
|
||||||
} else {
|
} else {
|
||||||
// Otherwise, this isn't an idiom we can transform. For example, we can't
|
// 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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user