[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelPattern.cpp
Reid Spencer
reid at x10sys.com
Sat Aug 27 12:09:59 PDT 2005
Changes in directory llvm/lib/Target/X86:
X86ISelPattern.cpp updated: 1.175 -> 1.176
---
Log message:
Adjust to member variable name change.
---
Diffs of the changes: (+1 -1)
X86ISelPattern.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X86ISelPattern.cpp
diff -u llvm/lib/Target/X86/X86ISelPattern.cpp:1.175 llvm/lib/Target/X86/X86ISelPattern.cpp:1.176
--- llvm/lib/Target/X86/X86ISelPattern.cpp:1.175 Fri Aug 26 12:17:49 2005
+++ llvm/lib/Target/X86/X86ISelPattern.cpp Sat Aug 27 14:09:48 2005
@@ -232,7 +232,7 @@
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
More information about the llvm-commits
mailing list