1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

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 168b8c5b29
commit 91a347233d

View File

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