diff options
-rw-r--r-- | lib/Target/X86/X86ISelPattern.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelPattern.cpp b/lib/Target/X86/X86ISelPattern.cpp index a874404f7e..48e2542213 100644 --- a/lib/Target/X86/X86ISelPattern.cpp +++ b/lib/Target/X86/X86ISelPattern.cpp @@ -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 |