From: Daniel Sanders Date: Wed, 20 Nov 2013 13:01:10 +0000 (+0000) Subject: [mips][msa] Remove unused instruction class MSA_I8_X_DESC_BASE X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=070fd557930a2832e9ff52799292bc38b5d2e5aa;p=oota-llvm.git [mips][msa] Remove unused instruction class MSA_I8_X_DESC_BASE git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195245 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MipsMSAInstrInfo.td b/lib/Target/Mips/MipsMSAInstrInfo.td index b63dfb93be2..23fbdd19099 100644 --- a/lib/Target/Mips/MipsMSAInstrInfo.td +++ b/lib/Target/Mips/MipsMSAInstrInfo.td @@ -1300,17 +1300,6 @@ class MSA_I8_DESC_BASE { - dag OutOperandList = (outs ROWD:$wd); - dag InOperandList = (ins ROWS:$ws, uimm8:$u8); - string AsmString = !strconcat(instr_asm, "\t$wd, $ws, $u8"); - list Pattern = [(set ROWD:$wd, (OpNode ROWS:$ws, immZExt8:$u8))]; - InstrItinClass Itinerary = itin; -} - class MSA_I8_SHF_DESC_BASE {