mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[RISCV] Remove ', vm' from comment for instruction that doesn't have mask. NFC
This commit is contained in:
@@ -67,7 +67,7 @@ class PALUVVNoVm<bits<6> funct6, RISCVVFormat opv, string opcodestr>
|
||||
let Inst{6-0} = OPC_OP_P.Value;
|
||||
}
|
||||
|
||||
// op vd, vs2, imm, vm
|
||||
// op vd, vs2, imm
|
||||
class PALUVINoVm<bits<6> funct6, string opcodestr, Operand optype = simm5>
|
||||
: VALUVINoVm<funct6, opcodestr, optype> {
|
||||
let Inst{6-0} = OPC_OP_P.Value;
|
||||
|
||||
Reference in New Issue
Block a user