mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Shift and setcc types default to the pointer type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19619 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6ae76fcc06
commit
714b69d047
@ -24,7 +24,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
|
|||||||
memset(OpActions, 0, sizeof(OpActions));
|
memset(OpActions, 0, sizeof(OpActions));
|
||||||
|
|
||||||
IsLittleEndian = TD.isLittleEndian();
|
IsLittleEndian = TD.isLittleEndian();
|
||||||
PointerTy = getValueType(TD.getIntPtrType());
|
ShiftAmountTy = SetCCResultTy = PointerTy = getValueType(TD.getIntPtrType());
|
||||||
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