mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
initialize SetCCResultContents, fixing PR1693
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42193 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a37ac9ff53
commit
dfe8934258
@ -161,6 +161,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
|
||||
StackPointerRegisterToSaveRestore = 0;
|
||||
ExceptionPointerRegister = 0;
|
||||
ExceptionSelectorRegister = 0;
|
||||
SetCCResultContents = UndefinedSetCCResult;
|
||||
SchedPreferenceInfo = SchedulingForLatency;
|
||||
JumpBufSize = 0;
|
||||
JumpBufAlignment = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user