diff options
author | Jim Laskey <jlaskey@mac.com> | 2007-02-22 18:04:49 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2007-02-22 18:04:49 +0000 |
commit | 9bb3c93af271449dcbfce9f7fb7442dd11d93813 (patch) | |
tree | 7b7aed4a13a8bca83ee934b73a2733427d549a50 /lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | f0338331098e2d1c887a0a6b4cf87f1ddfd2b792 (diff) |
Need to init.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34499 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index fd7500f71e..623d9a1c0f 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; |