Change the default to 0, which means 'default'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30114 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-09-05 17:39:15 +00:00
parent 2f5993bcf1
commit 7acf5f39fe

View File

@ -41,7 +41,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
Pow2DivIsCheap = false;
StackPointerRegisterToSaveRestore = 0;
SchedPreferenceInfo = SchedulingForLatency;
JumpBufSize = 200;
JumpBufSize = 0;
JumpBufAlignment = 0;
}