forgot this

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duraid Madina 2006-09-04 07:44:11 +00:00
parent a7868af4a2
commit 0c9e0ff249

View File

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