Adjust to member variable name change.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 27 Aug 2005 19:09:48 +0000 (19:09 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 27 Aug 2005 19:09:48 +0000 (19:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23119 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelPattern.cpp

index a874404f7eb7acb56db44dcfa60e0b20f98326d3..48e25422134c1d10eb8c32f6668e37cb25cdc12a 100644 (file)
@@ -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