mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 08:11:52 +00:00
make things compile again
llvm-svn: 25614
This commit is contained in:
parent
f45272f413
commit
d932b627f7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user