summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-10-06 22:52:08 +0000
committerChris Lattner <sabre@nondot.org>2006-10-06 22:52:08 +0000
commita389a612bb9ceceb19db6ff40aa21f32f3552d98 (patch)
tree4863ad767c967f3d3cda39f3f40badfb7314ba87 /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
parent9043823cf4db1c0865d9879e9533bbe33b6226cf (diff)
downloadbcm5719-llvm-a389a612bb9ceceb19db6ff40aa21f32f3552d98.tar.gz
bcm5719-llvm-a389a612bb9ceceb19db6ff40aa21f32f3552d98.zip
initialize ivar
llvm-svn: 30780
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index d9d7e3ebed1..1c00c9136c3 100644
--- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/llvm/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*));
OpenPOWER on IntegriCloud