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:
parent
8ecba10feb
commit
e1bb6d9ff8
@ -41,6 +41,8 @@ TargetLowering::TargetLowering(TargetMachine &tm)
|
||||
Pow2DivIsCheap = false;
|
||||
StackPointerRegisterToSaveRestore = 0;
|
||||
SchedPreferenceInfo = SchedulingForLatency;
|
||||
JumpBufSize = 200;
|
||||
JumpBufAlignment = 0;
|
||||
}
|
||||
|
||||
TargetLowering::~TargetLowering() {}
|
||||
|
Loading…
Reference in New Issue
Block a user