mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
initialize SetCCResultContents, fixing PR1693
llvm-svn: 42193
This commit is contained in:
parent
11ee0898b9
commit
eed3e42816
@ -161,6 +161,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
|
||||
StackPointerRegisterToSaveRestore = 0;
|
||||
ExceptionPointerRegister = 0;
|
||||
ExceptionSelectorRegister = 0;
|
||||
SetCCResultContents = UndefinedSetCCResult;
|
||||
SchedPreferenceInfo = SchedulingForLatency;
|
||||
JumpBufSize = 0;
|
||||
JumpBufAlignment = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user