1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

forgot this

llvm-svn: 30097
This commit is contained in:
Duraid Madina 2006-09-04 07:44:11 +00:00
parent 8ecba10feb
commit e1bb6d9ff8

View File

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