mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-09 13:41:47 +00:00
fix typo; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243351 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4f7a4bc79f
commit
13008a4188
@ -1993,7 +1993,7 @@ protected:
|
||||
unsigned MaxStoresPerMemmove;
|
||||
|
||||
/// Maximum number of store instructions that may be substituted for a call to
|
||||
/// memmove, used for functions with OpSize attribute.
|
||||
/// memmove, used for functions with OptSize attribute.
|
||||
unsigned MaxStoresPerMemmoveOptSize;
|
||||
|
||||
/// Tells the code generator that select is more expensive than a branch if
|
||||
|
Loading…
Reference in New Issue
Block a user