diff options
Diffstat (limited to 'llvm/lib/Target/Mips/MipsMSAInstrInfo.td')
-rw-r--r-- | llvm/lib/Target/Mips/MipsMSAInstrInfo.td | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/Mips/MipsMSAInstrInfo.td b/llvm/lib/Target/Mips/MipsMSAInstrInfo.td index 89e530b8e10..9c33eeaa530 100644 --- a/llvm/lib/Target/Mips/MipsMSAInstrInfo.td +++ b/llvm/lib/Target/Mips/MipsMSAInstrInfo.td @@ -70,11 +70,6 @@ def immZExt4Ptr : ImmLeaf<iPTR, [{return isUInt<4>(Imm);}]>; // Operands - -def vsplat_simm5 : Operand<vAny>; - -def vsplat_simm10 : Operand<vAny>; - def immZExt2Lsa : ImmLeaf<i32, [{return isUInt<2>(Imm - 1);}]>; // Pattern fragments |