Skip to content

Commit 3c5f337

Browse files
committed
[Mips] Remove unused tablegen class. NFC
1 parent fcb6b13 commit 3c5f337

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/lib/Target/Mips/MipsMSAInstrInfo.td

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,6 @@ def vsplati64_elt : PatFrag<(ops node:$v, node:$i),
229229
(MipsVSHF (vsplati64_splat_d node:$i),
230230
node:$v, node:$v)>;
231231

232-
class SplatPatLeaf<Operand opclass, dag frag, code pred = [{}],
233-
SDNodeXForm xform = NOOP_SDNodeXForm>
234-
: PatLeaf<frag, pred, xform> {
235-
Operand OpClass = opclass;
236-
}
237-
238232
class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn,
239233
list<SDNode> roots = [],
240234
list<SDNodeProperty> props = []> :

0 commit comments

Comments
 (0)