Skip to content

Commit 19de2e8

Browse files
committed
[RISCV] Remove stray slash from comment. NFC
1 parent 8c4937b commit 19de2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4839,7 +4839,7 @@ SDValue RISCVTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op,
48394839

48404840
// This is an i64 value that lives in two scalar registers. We have to
48414841
// insert this in a convoluted way. First we build vXi64 splat containing
4842-
// the/ two values that we assemble using some bit math. Next we'll use
4842+
// the two values that we assemble using some bit math. Next we'll use
48434843
// vid.v and vmseq to build a mask with bit 0 set. Then we'll use that mask
48444844
// to merge element 0 from our splat into the source vector.
48454845
// FIXME: This is probably not the best way to do this, but it is

0 commit comments

Comments
 (0)