summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLowering.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-08-27 19:09:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-08-27 19:09:02 +0000
commit85d93a3ec90bbcb813db55569f96b5282868f8b1 (patch)
tree2524d25309216c3094958bff60522a284fe4f7fa /llvm/lib/Target/TargetLowering.cpp
parent3f0a2493a597352c01ba18b9da8597e54ccd166e (diff)
downloadbcm5719-llvm-85d93a3ec90bbcb813db55569f96b5282868f8b1.tar.gz
bcm5719-llvm-85d93a3ec90bbcb813db55569f96b5282868f8b1.zip
Change the names of member variables per Chris' instructions, and document
them more clearly. llvm-svn: 23118
Diffstat (limited to 'llvm/lib/Target/TargetLowering.cpp')
-rw-r--r--llvm/lib/Target/TargetLowering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/TargetLowering.cpp b/llvm/lib/Target/TargetLowering.cpp
index d3fa34dbee3..3c2a09cfbd7 100644
--- a/llvm/lib/Target/TargetLowering.cpp
+++ b/llvm/lib/Target/TargetLowering.cpp
@@ -27,8 +27,8 @@ TargetLowering::TargetLowering(TargetMachine &tm)
ShiftAmountTy = SetCCResultTy = PointerTy = getValueType(TD.getIntPtrType());
ShiftAmtHandling = Undefined;
memset(RegClassForVT, 0,MVT::LAST_VALUETYPE*sizeof(TargetRegisterClass*));
- maxStoresPerMemSet = maxStoresPerMemCpy = maxStoresPerMemMove = 0;
- allowUnalignedStores = false;
+ maxStoresPerMemSet = maxStoresPerMemCpy = maxStoresPerMemMove = 8;
+ allowUnalignedMemoryAccesses = false;
}
TargetLowering::~TargetLowering() {}
OpenPOWER on IntegriCloud