Skip to content

Commit c2e01ee

Browse files
committed
[RISCV] Remove extra character from a comment. NFC
1 parent 5013131 commit c2e01ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class VSETVLIInfo {
189189
return false;
190190

191191
// If the instruction doesn't need an AVLReg and the SEW matches, consider
192-
// it/ compatible.
192+
// it compatible.
193193
if (InstrInfo.hasAVLReg() && InstrInfo.AVLReg == RISCV::NoRegister) {
194194
if (SEW == InstrInfo.SEW)
195195
return true;

0 commit comments

Comments
 (0)