aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2007-02-22 18:04:49 +0000
committerJim Laskey <jlaskey@mac.com>2007-02-22 18:04:49 +0000
commit9bb3c93af271449dcbfce9f7fb7442dd11d93813 (patch)
tree7b7aed4a13a8bca83ee934b73a2733427d549a50 /lib
parentf0338331098e2d1c887a0a6b4cf87f1ddfd2b792 (diff)
downloadexternal_llvm-9bb3c93af271449dcbfce9f7fb7442dd11d93813.zip
external_llvm-9bb3c93af271449dcbfce9f7fb7442dd11d93813.tar.gz
external_llvm-9bb3c93af271449dcbfce9f7fb7442dd11d93813.tar.bz2
Need to init.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34499 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/SelectionDAG/TargetLowering.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index fd7500f..623d9a1 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;