1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

initialize ivar

llvm-svn: 30780
This commit is contained in:
Chris Lattner 2006-10-06 22:52:08 +00:00
parent d5f5a433b2
commit 3f92c791b4

View File

@ -30,6 +30,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
memset(LoadXActions, 0, sizeof(LoadXActions));
IsLittleEndian = TD->isLittleEndian();
UsesGlobalOffsetTable = false;
ShiftAmountTy = SetCCResultTy = PointerTy = getValueType(TD->getIntPtrType());
ShiftAmtHandling = Undefined;
memset(RegClassForVT, 0,MVT::LAST_VALUETYPE*sizeof(TargetRegisterClass*));