mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +00:00
forgot this
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a7868af4a2
commit
0c9e0ff249
@ -41,6 +41,8 @@ TargetLowering::TargetLowering(TargetMachine &tm)
|
|||||||
Pow2DivIsCheap = false;
|
Pow2DivIsCheap = false;
|
||||||
StackPointerRegisterToSaveRestore = 0;
|
StackPointerRegisterToSaveRestore = 0;
|
||||||
SchedPreferenceInfo = SchedulingForLatency;
|
SchedPreferenceInfo = SchedulingForLatency;
|
||||||
|
JumpBufSize = 200;
|
||||||
|
JumpBufAlignment = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
TargetLowering::~TargetLowering() {}
|
TargetLowering::~TargetLowering() {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user