From a3a91ab85ef68367a2b9deaa233f0b49e4f4103e Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Mon, 21 Jun 2021 12:42:21 -0700 Subject: [PATCH] [RISCV] Remove extra character from a comment. NFC --- lib/Target/RISCV/RISCVInsertVSETVLI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/RISCV/RISCVInsertVSETVLI.cpp b/lib/Target/RISCV/RISCVInsertVSETVLI.cpp index e80661971eb..9b97074fd95 100644 --- a/lib/Target/RISCV/RISCVInsertVSETVLI.cpp +++ b/lib/Target/RISCV/RISCVInsertVSETVLI.cpp @@ -189,7 +189,7 @@ public: return false; // If the instruction doesn't need an AVLReg and the SEW matches, consider - // it/ compatible. + // it compatible. if (InstrInfo.hasAVLReg() && InstrInfo.AVLReg == RISCV::NoRegister) { if (SEW == InstrInfo.SEW) return true;