[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelLowering.cpp
Evan Cheng
evan.cheng at apple.com
Wed Jan 25 10:52:56 PST 2006
Changes in directory llvm/lib/Target/IA64:
IA64ISelLowering.cpp updated: 1.27 -> 1.28
---
Log message:
Set SchedulingForLatency to be the default scheduling preference for all.
---
Diffs of the changes: (+0 -1)
IA64ISelLowering.cpp | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Target/IA64/IA64ISelLowering.cpp
diff -u llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.27 llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.28
--- llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.27 Wed Jan 25 12:21:52 2006
+++ llvm/lib/Target/IA64/IA64ISelLowering.cpp Wed Jan 25 12:52:42 2006
@@ -100,7 +100,6 @@
setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
- setSchedulingPreference(SchedulingForLatency);
setStackPointerRegisterToSaveRestore(IA64::r12);
computeRegisterProperties();
More information about the llvm-commits
mailing list