Need to init.

llvm-svn: 34499
This commit is contained in:
Jim Laskey 2007-02-22 18:04:49 +00:00
parent d16ed8329e
commit f29366635a

View 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;