Skip to content

Commit f81e3f2

Browse files
authored
[RISCV][NFC] Fix the comment for VALUVINoVm (llvm#132730)
1 parent e56ba37 commit f81e3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoV.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ class VALUmVI<bits<6> funct6, string opcodestr, Operand optype = simm5>
533533
(ins VR:$vs2, optype:$imm, VMaskCarryInOp:$vm),
534534
opcodestr, "$vd, $vs2, $imm, $vm">;
535535

536-
// op vd, vs2, imm, vm
536+
// op vd, vs2, imm
537537
class VALUVINoVm<bits<6> funct6, string opcodestr, Operand optype = simm5>
538538
: RVInstIVI<funct6, (outs VR:$vd),
539539
(ins VR:$vs2, optype:$imm),

0 commit comments

Comments
 (0)