[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Duraid Madina
duraid at octopus.com.au
Mon Sep 4 00:44:25 PDT 2006
Changes in directory llvm/lib/CodeGen/SelectionDAG:
TargetLowering.cpp updated: 1.70 -> 1.71
---
Log message:
forgot this
---
Diffs of the changes: (+2 -0)
TargetLowering.cpp | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.70 llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.71
--- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.70 Fri Jul 7 16:37:21 2006
+++ llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp Mon Sep 4 02:44:11 2006
@@ -41,6 +41,8 @@
Pow2DivIsCheap = false;
StackPointerRegisterToSaveRestore = 0;
SchedPreferenceInfo = SchedulingForLatency;
+ JumpBufSize = 200;
+ JumpBufAlignment = 0;
}
TargetLowering::~TargetLowering() {}
More information about the llvm-commits
mailing list