Skip to content

Commit ccb65dc

Browse files
authored
Remove extra '/'
1 parent 4fc73c2 commit ccb65dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVVectorPeephole.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ bool RISCVVectorPeephole::convertAllOnesVMergeToVMv(MachineInstr &MI) const {
388388
}
389389

390390
// If \p Reg is defined by one or more COPYs of virtual registers, traverses
391-
/// the chain and returns the root non-COPY source.
391+
// the chain and returns the root non-COPY source.
392392
Register RISCVVectorPeephole::lookThruCopies(Register Reg) const {
393393
while (MachineInstr *Def = MRI->getUniqueVRegDef(Reg)) {
394394
if (!Def->isFullCopy())

0 commit comments

Comments
 (0)