mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-03 16:51:42 +00:00
Change the default to 0, which means 'default'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30114 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2f5993bcf1
commit
7acf5f39fe
@ -41,7 +41,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
|
|||||||
Pow2DivIsCheap = false;
|
Pow2DivIsCheap = false;
|
||||||
StackPointerRegisterToSaveRestore = 0;
|
StackPointerRegisterToSaveRestore = 0;
|
||||||
SchedPreferenceInfo = SchedulingForLatency;
|
SchedPreferenceInfo = SchedulingForLatency;
|
||||||
JumpBufSize = 200;
|
JumpBufSize = 0;
|
||||||
JumpBufAlignment = 0;
|
JumpBufAlignment = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user