summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
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
commit3e3a65b764df7652b5a74c66890853adbcace47e (patch)
treec373b4fe9d746b8d3bb26f5b5dcede663ec92057 /llvm/lib/CodeGen
parent3ed4d3efebb0fd0d09b6f7ab58909459a9b5bfc3 (diff)
downloadbcm5719-llvm-3e3a65b764df7652b5a74c66890853adbcace47e.tar.gz
bcm5719-llvm-3e3a65b764df7652b5a74c66890853adbcace47e.zip
Need to init.
llvm-svn: 34499
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index fd7500f71ef..623d9a1c0fe 100644
--- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud