mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-16 06:49:58 +00:00
Adjust to member variable name change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23119 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0f9beca707
commit
dd22dc85ea
@ -232,7 +232,7 @@ namespace {
|
||||
maxStoresPerMemSet = 8; // For %llvm.memset -> sequence of stores
|
||||
maxStoresPerMemCpy = 8; // For %llvm.memcpy -> sequence of stores
|
||||
maxStoresPerMemMove = 8; // For %llvm.memmove -> sequence of stores
|
||||
allowUnalignedStores = true; // x86 supports it!
|
||||
allowUnalignedMemoryAccesses = true; // x86 supports it!
|
||||
}
|
||||
|
||||
// Return the number of bytes that a function should pop when it returns (in
|
||||
|
Loading…
x
Reference in New Issue
Block a user