mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-19 13:38:56 +00:00
initialize ivar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30780 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0336fdba85
commit
cf9668f23d
@ -30,6 +30,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
|
|||||||
memset(LoadXActions, 0, sizeof(LoadXActions));
|
memset(LoadXActions, 0, sizeof(LoadXActions));
|
||||||
|
|
||||||
IsLittleEndian = TD->isLittleEndian();
|
IsLittleEndian = TD->isLittleEndian();
|
||||||
|
UsesGlobalOffsetTable = false;
|
||||||
ShiftAmountTy = SetCCResultTy = PointerTy = getValueType(TD->getIntPtrType());
|
ShiftAmountTy = SetCCResultTy = PointerTy = getValueType(TD->getIntPtrType());
|
||||||
ShiftAmtHandling = Undefined;
|
ShiftAmtHandling = Undefined;
|
||||||
memset(RegClassForVT, 0,MVT::LAST_VALUETYPE*sizeof(TargetRegisterClass*));
|
memset(RegClassForVT, 0,MVT::LAST_VALUETYPE*sizeof(TargetRegisterClass*));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user