[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp

Evan Cheng evan.cheng at apple.com
Wed Jan 25 10:52:56 PST 2006



Changes in directory llvm/lib/Target/SparcV8:

SparcV8ISelDAGToDAG.cpp updated: 1.58 -> 1.59
---
Log message:

Set SchedulingForLatency to be the default scheduling preference for all.


---
Diffs of the changes:  (+0 -1)

 SparcV8ISelDAGToDAG.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
diff -u llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp:1.58 llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp:1.59
--- llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp:1.58	Wed Jan 25 12:21:52 2006
+++ llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp	Wed Jan 25 12:52:42 2006
@@ -167,7 +167,6 @@
   setOperationAction(ISD::STACKRESTORE      , MVT::Other, Expand);
   setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
 
-  setSchedulingPreference(SchedulingForLatency);
   setStackPointerRegisterToSaveRestore(V8::O6);
 
   computeRegisterProperties();






More information about the llvm-commits mailing list