diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2006-01-25 21:54:38 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2006-01-25 21:54:38 +0000 |
commit | 0e538791b82db9d62c5fc359a9e38b74e5bd4b09 (patch) | |
tree | edbacfef5bb90a7ead07a524b094bb778e5e5c90 | |
parent | 2a8e6186e971743da51e9220753f7803a9fb3f88 (diff) |
make things compile again
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25614 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Alpha/AlphaISelLowering.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp index 44b37c75fd..53e4e94a34 100644 --- a/lib/Target/Alpha/AlphaISelLowering.cpp +++ b/lib/Target/Alpha/AlphaISelLowering.cpp @@ -137,6 +137,10 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM) setOperationAction(ISD::ConstantPool, MVT::i64, Custom); setOperationAction(ISD::ExternalSymbol, MVT::i64, Custom); + setOperationAction(ISD::VASTART, MVT::Other, Custom); + setOperationAction(ISD::VAEND, MVT::Other, Custom); + setOperationAction(ISD::VACOPY, MVT::Other, Custom); + setStackPointerRegisterToSaveRestore(Alpha::R30); addLegalFPImmediate(+0.0); //F31 |