[RISCV] Remove 'rs1' field from RVInst16 class. NFC

This commit is contained in:
Craig Topper 2023-03-21 14:58:53 -07:00
parent 51c8c1e1e5
commit abe0362dd8

View File

@ -53,7 +53,6 @@ class RVInst16CI<bits<3> funct3, bits<2> opcode, dag outs, dag ins,
: RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCI> {
bits<10> imm;
bits<5> rd;
bits<5> rs1;
let Inst{15-13} = funct3;
let Inst{12} = imm{5};