mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
initialize an instance var, apparently I forgot to commit this long ago
llvm-svn: 25609
This commit is contained in:
parent
168b8c5b29
commit
91a347233d
@ -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