[llvm] c2e01ee - [RISCV] Remove extra character from a comment. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 12:54:52 PDT 2021
Author: Craig Topper
Date: 2021-06-21T12:52:02-07:00
New Revision: c2e01ee4a5e97b686c49cfc2193e660f3e6dda9c
URL: https://github.com/llvm/llvm-project/commit/c2e01ee4a5e97b686c49cfc2193e660f3e6dda9c
DIFF: https://github.com/llvm/llvm-project/commit/c2e01ee4a5e97b686c49cfc2193e660f3e6dda9c.diff
LOG: [RISCV] Remove extra character from a comment. NFC
Added:
Modified:
llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp b/llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
index e80661971eb7..9b97074fd95f 100644
--- a/llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
+++ b/llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
@@ -189,7 +189,7 @@ class VSETVLIInfo {
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;
More information about the llvm-commits
mailing list