diff options
author | Chris Lattner <sabre@nondot.org> | 2006-10-06 22:52:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-10-06 22:52:08 +0000 |
commit | cf9668f23d67b171d3529087061b1387b20eb8b9 (patch) | |
tree | a75b32742f15c8a1a7ef6b7cdae38d11bc73e785 /lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | 0336fdba858830d515bf53ac29b8e5ff24dfa823 (diff) |
initialize ivar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30780 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/TargetLowering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index d9d7e3ebed..1c00c9136c 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -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*)); |