[llvm-commits] CVS: llvm/lib/Target/TargetLowering.cpp
Evan Cheng
evan.cheng at apple.com
Wed Jan 25 10:52:56 PST 2006
Changes in directory llvm/lib/Target:
TargetLowering.cpp updated: 1.18 -> 1.19
---
Log message:
Set SchedulingForLatency to be the default scheduling preference for all.
---
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.18 llvm/lib/Target/TargetLowering.cpp:1.19
--- llvm/lib/Target/TargetLowering.cpp:1.18 Wed Dec 21 17:14:54 2005
+++ llvm/lib/Target/TargetLowering.cpp Wed Jan 25 12:52:42 2006
@@ -32,6 +32,7 @@
UseUnderscoreSetJmpLongJmp = false;
IntDivIsCheap = false;
Pow2DivIsCheap = false;
+ SchedPreferenceInfo = SchedulingForLatency;
}
TargetLowering::~TargetLowering() {}
More information about the llvm-commits
mailing list