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 | 93fd3152926d1e592f95709f828b84c54e8f88d1 (patch) | |
| tree | ff84ea63c5f4142d664b1303df6a10649eb88dba | |
| parent | 5edde6686330cb9bf2fe096909cf19d5c8663db2 (diff) | |
| download | bcm5719-llvm-93fd3152926d1e592f95709f828b84c54e8f88d1.tar.gz bcm5719-llvm-93fd3152926d1e592f95709f828b84c54e8f88d1.zip | |
make things compile again
llvm-svn: 25614
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelLowering.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp index 44b37c75fd7..53e4e94a34e 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp +++ b/llvm/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 |

