initialize an instance var, apparently I forgot to commit this long ago

llvm-svn: 25609
This commit is contained in:
Chris Lattner 2006-01-25 18:57:15 +00:00
parent 1880f8db02
commit d07c86465d
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
UseUnderscoreSetJmpLongJmp = false;
IntDivIsCheap = false;
Pow2DivIsCheap = false;
StackPointerRegisterToSaveRestore = 0;
SchedPreferenceInfo = SchedulingForLatency;
}