diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Target/TargetLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetLowering.cpp b/llvm/lib/Target/TargetLowering.cpp index b4d4a170b36..dd8c084a597 100644 --- a/llvm/lib/Target/TargetLowering.cpp +++ b/llvm/lib/Target/TargetLowering.cpp @@ -24,7 +24,7 @@ TargetLowering::TargetLowering(TargetMachine &tm) memset(OpActions, 0, sizeof(OpActions)); IsLittleEndian = TD.isLittleEndian(); - PointerTy = getValueType(TD.getIntPtrType()); + ShiftAmountTy = SetCCResultTy = PointerTy = getValueType(TD.getIntPtrType()); memset(RegClassForVT, 0,MVT::LAST_VALUETYPE*sizeof(TargetRegisterClass*)); } |