diff options
Diffstat (limited to 'llvm/lib/Target/Mips/MipsSEISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsSEISelLowering.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsSEISelLowering.h b/llvm/lib/Target/Mips/MipsSEISelLowering.h index dde0c23c35d..016d4adbf73 100644 --- a/llvm/lib/Target/Mips/MipsSEISelLowering.h +++ b/llvm/lib/Target/Mips/MipsSEISelLowering.h @@ -22,7 +22,9 @@ namespace llvm { public: explicit MipsSETargetLowering(MipsTargetMachine &TM); - void addMSAType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC); + void addMSAIntType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC); + void addMSAFloatType(MVT::SimpleValueType Ty, + const TargetRegisterClass *RC); virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const; |

