mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 03:30:28 +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…
Reference in New Issue
Block a user