mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +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;
|
||||
StackPointerRegisterToSaveRestore = 0;
|
||||
SchedPreferenceInfo = SchedulingForLatency;
|
||||
JumpBufSize = 200;
|
||||
JumpBufAlignment = 0;
|
||||
}
|
||||
|
||||
TargetLowering::~TargetLowering() {}
|
||||
|
Loading…
Reference in New Issue
Block a user