mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 14:46:53 +00:00
initialize an instance var, apparently I forgot to commit this long ago
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25609 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
46c01cfe9f
commit
ee4a76563a
@ -32,6 +32,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
|
||||
UseUnderscoreSetJmpLongJmp = false;
|
||||
IntDivIsCheap = false;
|
||||
Pow2DivIsCheap = false;
|
||||
StackPointerRegisterToSaveRestore = 0;
|
||||
SchedPreferenceInfo = SchedulingForLatency;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user