[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Thu Jan 12 18:43:07 PST 2006
    
    
  
Changes in directory llvm/lib/Target/SparcV8:
SparcV8ISelDAGToDAG.cpp updated: 1.48 -> 1.49
---
Log message:
expand unsupported stacksave/stackrestore nodes
---
Diffs of the changes:  (+4 -0)
 SparcV8ISelDAGToDAG.cpp |    4 ++++
 1 files changed, 4 insertions(+)
Index: llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
diff -u llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp:1.48 llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp:1.49
--- llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp:1.48	Thu Jan 12 11:05:32 2006
+++ llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp	Thu Jan 12 20:42:53 2006
@@ -160,6 +160,10 @@
   setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
   setOperationAction(ISD::DEBUG_LABEL, MVT::Other, Expand);
 
+  // Not implemented yet.
+  setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); 
+  setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
+
   computeRegisterProperties();
 }
 
    
    
More information about the llvm-commits
mailing list