[RISCV] Remove 'rs1' field from RVInst16 class. NFC
This commit is contained in:
parent
51c8c1e1e5
commit
abe0362dd8
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue
Block a user