[mips] Use uimm5 and uimm6 instead of shamt and imm, if the immediate has to fit
[oota-llvm.git] / lib / Target / Mips / MipsMSAInstrInfo.td
index 96fb5f845a31ac3daf4e6a0335abe7d586a3c119..abac27284a417a3b7be713bb1a8235c839c87b00 100644 (file)
@@ -29,10 +29,6 @@ def uimm4 : Operand<i32> {
   let PrintMethod = "printUnsignedImm";
 }
 
-def uimm6 : Operand<i32> {
-  let PrintMethod = "printUnsignedImm";
-}
-
 def uimm8 : Operand<i32> {
   let PrintMethod = "printUnsignedImm";
 }