mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
Need to init.
llvm-svn: 34499
This commit is contained in:
parent
d16ed8329e
commit
f29366635a
@ -151,6 +151,8 @@ TargetLowering::TargetLowering(TargetMachine &tm)
|
||||
IntDivIsCheap = false;
|
||||
Pow2DivIsCheap = false;
|
||||
StackPointerRegisterToSaveRestore = 0;
|
||||
ExceptionPointerRegister = 0;
|
||||
ExceptionSelectorRegister = 0;
|
||||
SchedPreferenceInfo = SchedulingForLatency;
|
||||
JumpBufSize = 0;
|
||||
JumpBufAlignment = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user