[llvm] 19de2e8 - [RISCV] Remove stray slash from comment. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 14:54:42 PDT 2022


Author: Craig Topper
Date: 2022-03-21T14:50:56-07:00
New Revision: 19de2e8db611b8a2348586899b0a823e51423e82

URL: https://github.com/llvm/llvm-project/commit/19de2e8db611b8a2348586899b0a823e51423e82
DIFF: https://github.com/llvm/llvm-project/commit/19de2e8db611b8a2348586899b0a823e51423e82.diff

LOG: [RISCV] Remove stray slash from comment. NFC

Added: 
    

Modified: 
    llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/RISCVISelLowering.cpp b/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
index 64ba46fb7f3d9..555d518b092f7 100644
--- a/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+++ b/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
@@ -4839,7 +4839,7 @@ SDValue RISCVTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op,
 
     // This is an i64 value that lives in two scalar registers. We have to
     // insert this in a convoluted way. First we build vXi64 splat containing
-    // the/ two values that we assemble using some bit math. Next we'll use
+    // the two values that we assemble using some bit math. Next we'll use
     // vid.v and vmseq to build a mask with bit 0 set. Then we'll use that mask
     // to merge element 0 from our splat into the source vector.
     // FIXME: This is probably not the best way to do this, but it is


        


More information about the llvm-commits mailing list