new nodes
authorChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 02:40:58 +0000 (02:40 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 02:40:58 +0000 (02:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25271 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/IA64/IA64ISelLowering.cpp
lib/Target/IA64/IA64ISelPattern.cpp

index 329a8cdda1d718cca9af609e6de92f70a3efb815..91d3f359b5fbaf5525e7d406ca44586484cec9f8 100644 (file)
@@ -83,6 +83,10 @@ IA64TargetLowering::IA64TargetLowering(TargetMachine &TM)
       setOperationAction(ISD::ROTL , MVT::i64  , Expand);
       setOperationAction(ISD::ROTR , MVT::i64  , Expand);
 
+      // Not implemented yet.
+      setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
+      setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
+
       computeRegisterProperties();
 
       addLegalFPImmediate(+0.0);
index 3f8942c5cf64c7b646d80e346df64d76e3b52e8a..3aeb1598b6013ea171f12a662f52df43eee6b65b 100644 (file)
@@ -107,6 +107,10 @@ namespace {
       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();
 
       addLegalFPImmediate(+0.0);