forgot one

llvm-svn: 25620
This commit is contained in:
Andrew Lenharth 2006-01-25 22:28:07 +00:00
parent e0a4ee9db7
commit a852660e74
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM)
setOperationAction(ISD::VASTART, MVT::Other, Custom);
setOperationAction(ISD::VAEND, MVT::Other, Custom);
setOperationAction(ISD::VACOPY, MVT::Other, Custom);
setOperationAction(ISD::VAARG, MVT::Other, Custom);
setStackPointerRegisterToSaveRestore(Alpha::R30);