From f3599eb6839319f1aca6abe6e9007248235191dc Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Tue, 22 Mar 2016 14:50:22 +0000 Subject: [mips] Make simm6 consistent with the rest. NFC. Summary: Reviewers: vkalintiris Subscribers: dsanders, llvm-commits Differential Revision: http://reviews.llvm.org/D18147 llvm-svn: 264057 --- llvm/lib/Target/Mips/MipsInstrInfo.td | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'llvm/lib/Target') diff --git a/llvm/lib/Target/Mips/MipsInstrInfo.td b/llvm/lib/Target/Mips/MipsInstrInfo.td index c97f0b42755..f37f2bf6586 100644 --- a/llvm/lib/Target/Mips/MipsInstrInfo.td +++ b/llvm/lib/Target/Mips/MipsInstrInfo.td @@ -567,10 +567,6 @@ def calltarget : Operand { def imm64: Operand; -def simm6 : Operand { - let ParserMatchClass = ConstantSImm6AsmOperandClass; - let OperandType = "OPERAND_IMMEDIATE"; -} def simm9 : Operand; def simm10 : Operand; def simm11 : Operand; @@ -739,7 +735,7 @@ foreach I = {1, 2, 3, 4, 5, 6, 8} in } // Signed operands -foreach I = {4, 5} in +foreach I = {4, 5, 6} in def simm # I : Operand { let DecoderMethod = "DecodeSImmWithOffsetAndScale<" # I # ">"; let ParserMatchClass = -- cgit v1.2.3