OSDN Git Service

Need to init.
authorJim Laskey <jlaskey@mac.com>
Thu, 22 Feb 2007 18:04:49 +0000 (18:04 +0000)
committerJim Laskey <jlaskey@mac.com>
Thu, 22 Feb 2007 18:04:49 +0000 (18:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34499 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/TargetLowering.cpp

index fd7500f..623d9a1 100644 (file)
@@ -151,6 +151,8 @@ TargetLowering::TargetLowering(TargetMachine &tm)
   IntDivIsCheap = false;
   Pow2DivIsCheap = false;
   StackPointerRegisterToSaveRestore = 0;
+  ExceptionPointerRegister = 0;
+  ExceptionSelectorRegister = 0;
   SchedPreferenceInfo = SchedulingForLatency;
   JumpBufSize = 0;
   JumpBufAlignment = 0;