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();
 }
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to