initialize SetCCResultContents, fixing PR1693

llvm-svn: 42193
This commit is contained in:
Chris Lattner 2007-09-21 17:06:39 +00:00
parent 4730c04904
commit b3d01d2f56
1 changed files with 1 additions and 0 deletions

View File

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