Changes in directory llvm/lib/CodeGen/SelectionDAG:

TargetLowering.cpp updated: 1.92 -> 1.93
---
Log message:

Need to init.

---
Diffs of the changes:  (+2 -0)

 TargetLowering.cpp |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.92 
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.93
--- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.92       Sat Feb 17 
00:00:35 2007
+++ llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp    Thu Feb 22 12:04:49 2007
@@ -151,6 +151,8 @@
   IntDivIsCheap = false;
   Pow2DivIsCheap = false;
   StackPointerRegisterToSaveRestore = 0;
+  ExceptionPointerRegister = 0;
+  ExceptionSelectorRegister = 0;
   SchedPreferenceInfo = SchedulingForLatency;
   JumpBufSize = 0;
   JumpBufAlignment = 0;



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to