Skip to content

Commit efa5494

Browse files
committed
[RISCV] Remove ', vm' from comment for instruction that doesn't have mask. NFC
1 parent dd71510 commit efa5494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class PALUVVNoVm<bits<6> funct6, RISCVVFormat opv, string opcodestr>
6767
let Inst{6-0} = OPC_OP_P.Value;
6868
}
6969

70-
// op vd, vs2, imm, vm
70+
// op vd, vs2, imm
7171
class PALUVINoVm<bits<6> funct6, string opcodestr, Operand optype = simm5>
7272
: VALUVINoVm<funct6, opcodestr, optype> {
7373
let Inst{6-0} = OPC_OP_P.Value;

0 commit comments

Comments
 (0)