Changes in directory llvm/lib/CodeGen/SelectionDAG:
TargetLowering.cpp updated: 1.73 -> 1.74 --- Log message: initialize ivar --- Diffs of the changes: (+1 -0) TargetLowering.cpp | 1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp diff -u llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.73 llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.74 --- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.73 Tue Oct 3 19:52:21 2006 +++ llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp Fri Oct 6 17:52:08 2006 @@ -30,6 +30,7 @@ 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*)); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits