Changes in directory llvm/lib/CodeGen/SelectionDAG:
TargetLowering.cpp updated: 1.71 -> 1.72 --- Log message: Change the default to 0, which means 'default'. --- Diffs of the changes: (+1 -1) TargetLowering.cpp | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp diff -u llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.71 llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.72 --- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.71 Mon Sep 4 02:44:11 2006 +++ llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp Tue Sep 5 12:39:15 2006 @@ -41,7 +41,7 @@ Pow2DivIsCheap = false; StackPointerRegisterToSaveRestore = 0; SchedPreferenceInfo = SchedulingForLatency; - JumpBufSize = 200; + JumpBufSize = 0; JumpBufAlignment = 0; } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits