new nodes

llvm-svn: 25271
This commit is contained in:
Chris Lattner 2006-01-13 02:40:58 +00:00
parent fac137d4bd
commit ea59d9a498
2 changed files with 8 additions and 0 deletions

View 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);

View 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);