[llvm-commits] CVS: llvm/lib/Target/TargetLowering.cpp
Evan Cheng
evan.cheng at apple.com
Tue Feb 14 00:38:48 PST 2006
Changes in directory llvm/lib/Target:
TargetLowering.cpp updated: 1.29 -> 1.30
---
Log message:
Rename maxStoresPerMemSet to maxStoresPerMemset, etc.
---
Diffs of the changes: (+1 -1)
TargetLowering.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/TargetLowering.cpp
diff -u llvm/lib/Target/TargetLowering.cpp:1.29 llvm/lib/Target/TargetLowering.cpp:1.30
--- llvm/lib/Target/TargetLowering.cpp:1.29 Fri Feb 3 20:13:02 2006
+++ llvm/lib/Target/TargetLowering.cpp Tue Feb 14 02:38:30 2006
@@ -30,7 +30,7 @@
ShiftAmountTy = SetCCResultTy = PointerTy = getValueType(TD.getIntPtrType());
ShiftAmtHandling = Undefined;
memset(RegClassForVT, 0,MVT::LAST_VALUETYPE*sizeof(TargetRegisterClass*));
- maxStoresPerMemSet = maxStoresPerMemCpy = maxStoresPerMemMove = 8;
+ maxStoresPerMemset = maxStoresPerMemcpy = maxStoresPerMemmove = 8;
allowUnalignedMemoryAccesses = false;
UseUnderscoreSetJmpLongJmp = false;
IntDivIsCheap = false;
More information about the llvm-commits
mailing list