From: Jim Laskey Date: Thu, 22 Feb 2007 18:04:49 +0000 (+0000) Subject: Need to init. X-Git-Tag: android-x86-6.0-r1~1003^2~37039 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9bb3c93af271449dcbfce9f7fb7442dd11d93813;p=android-x86%2Fexternal-llvm.git Need to init. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34499 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index fd7500f71ef..623d9a1c0fe 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -151,6 +151,8 @@ TargetLowering::TargetLowering(TargetMachine &tm) IntDivIsCheap = false; Pow2DivIsCheap = false; StackPointerRegisterToSaveRestore = 0; + ExceptionPointerRegister = 0; + ExceptionSelectorRegister = 0; SchedPreferenceInfo = SchedulingForLatency; JumpBufSize = 0; JumpBufAlignment = 0;