diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 92354cd2966..10c3a04a101 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -41,7 +41,7 @@ TargetLowering::TargetLowering(TargetMachine &tm) Pow2DivIsCheap = false; StackPointerRegisterToSaveRestore = 0; SchedPreferenceInfo = SchedulingForLatency; - JumpBufSize = 200; + JumpBufSize = 0; JumpBufAlignment = 0; }