Skip to content

Commit 4e3d245

Browse files
committed
Remove extra slashes
1 parent 8d2c27a commit 4e3d245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVInstrPredicates.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def isVectorConfigInstr
6868
PseudoVSETIVLI
6969
]>>>;
7070

71-
/// Return true if this is 'vsetvli x0, x0, vtype' which preserves
72-
/// VL and only sets VTYPE.
71+
// Return true if this is 'vsetvli x0, x0, vtype' which preserves
72+
// VL and only sets VTYPE.
7373
def isVLPreservingConfig
7474
: TIIPredicate<"isVLPreservingConfig",
7575
MCReturnStatement<

0 commit comments

Comments
 (0)