[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 5 10:39:35 PDT 2006
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;
}
More information about the llvm-commits
mailing list