forgot this

llvm-svn: 30097
This commit is contained in:
Duraid Madina 2006-09-04 07:44:11 +00:00
parent a5d27b19e1
commit 373be1d1a2
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ TargetLowering::TargetLowering(TargetMachine &tm)
Pow2DivIsCheap = false;
StackPointerRegisterToSaveRestore = 0;
SchedPreferenceInfo = SchedulingForLatency;
JumpBufSize = 200;
JumpBufAlignment = 0;
}
TargetLowering::~TargetLowering() {}