mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
initialize a instance variable
llvm-svn: 34567
This commit is contained in:
parent
7aa773f8f0
commit
b9f2992e38
@ -148,6 +148,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
|
||||
allowUnalignedMemoryAccesses = false;
|
||||
UseUnderscoreSetJmp = false;
|
||||
UseUnderscoreLongJmp = false;
|
||||
SelectIsExpensive = false;
|
||||
IntDivIsCheap = false;
|
||||
Pow2DivIsCheap = false;
|
||||
StackPointerRegisterToSaveRestore = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user