forked from OSchip/llvm-project
parent
85d93a3ec9
commit
aa7fbca285
|
@ -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