projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f9beca
)
Adjust to member variable name change.
author
Reid Spencer
<rspencer@reidspencer.com>
Sat, 27 Aug 2005 19:09:48 +0000
(19:09 +0000)
committer
Reid 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
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelPattern.cpp
b/lib/Target/X86/X86ISelPattern.cpp
index a874404f7eb7acb56db44dcfa60e0b20f98326d3..48e25422134c1d10eb8c32f6668e37cb25cdc12a 100644
(file)
--- 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
- allowUnaligned
Stor
es = true; // x86 supports it!
+ allowUnaligned
MemoryAccess
es = true; // x86 supports it!
}
// Return the number of bytes that a function should pop when it returns (in