[llvm-commits] CVS: llvm/lib/Target/TargetLowering.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed Jan 25 10:57:27 PST 2006
Changes in directory llvm/lib/Target:
TargetLowering.cpp updated: 1.19 -> 1.20
---
Log message:
initialize an instance var, apparently I forgot to commit this long ago
---
Diffs of the changes: (+1 -0)
TargetLowering.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/TargetLowering.cpp
diff -u llvm/lib/Target/TargetLowering.cpp:1.19 llvm/lib/Target/TargetLowering.cpp:1.20
--- llvm/lib/Target/TargetLowering.cpp:1.19 Wed Jan 25 12:52:42 2006
+++ llvm/lib/Target/TargetLowering.cpp Wed Jan 25 12:57:15 2006
@@ -32,6 +32,7 @@
UseUnderscoreSetJmpLongJmp = false;
IntDivIsCheap = false;
Pow2DivIsCheap = false;
+ StackPointerRegisterToSaveRestore = 0;
SchedPreferenceInfo = SchedulingForLatency;
}
More information about the llvm-commits
mailing list