[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
Chris Lattner
lattner at cs.uiuc.edu
Thu Jan 12 18:43:07 PST 2006
Changes in directory llvm/lib/Target/Alpha:
AlphaISelLowering.cpp updated: 1.19 -> 1.20
---
Log message:
expand unsupported stacksave/stackrestore nodes
---
Diffs of the changes: (+4 -0)
AlphaISelLowering.cpp | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.19 llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.20
--- llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.19 Wed Jan 11 15:21:00 2006
+++ llvm/lib/Target/Alpha/AlphaISelLowering.cpp Thu Jan 12 20:42:53 2006
@@ -107,6 +107,10 @@
setOperationAction(ISD::LOCATION, MVT::Other, Expand);
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);
// We want to legalize GlobalAddress and ConstantPool and
// ExternalSymbols nodes into the appropriate instructions to
More information about the llvm-commits
mailing list