mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-14 22:38:03 +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;
|
||||
StackPointerRegisterToSaveRestore = 0;
|
||||
SchedPreferenceInfo = SchedulingForLatency;
|
||||
JumpBufSize = 200;
|
||||
JumpBufSize = 0;
|
||||
JumpBufAlignment = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user