[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Chris Lattner
sabre at nondot.org
Fri Oct 6 15:52:22 PDT 2006
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*));
More information about the llvm-commits
mailing list