1
0
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:
Chris Lattner 2007-09-21 17:06:39 +00:00
parent 11ee0898b9
commit eed3e42816

View File

@ -161,6 +161,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
StackPointerRegisterToSaveRestore = 0;
ExceptionPointerRegister = 0;
ExceptionSelectorRegister = 0;
SetCCResultContents = UndefinedSetCCResult;
SchedPreferenceInfo = SchedulingForLatency;
JumpBufSize = 0;
JumpBufAlignment = 0;