Skip to content

Commit 77d2b05

Browse files
committed
Adjust the comment
1 parent 07b2bd9 commit 77d2b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void RISCVInstPrinter::printVTypeI(const MCInst *MI, unsigned OpNo,
216216
const MCSubtargetInfo &STI, raw_ostream &O) {
217217
unsigned Imm = MI->getOperand(OpNo).getImm();
218218
// Print the raw immediate for reserved values: vlmul[2:0]=4, vsew[2:0]=0b1xx,
219-
// , altfmt=1 without zvfbaf extension, or non-zero in bits 9 and above.
219+
// altfmt=1 without zvfbfa extension, or non-zero in bits 9 and above.
220220
if (RISCVVType::getVLMUL(Imm) == RISCVVType::VLMUL::LMUL_RESERVED ||
221221
RISCVVType::getSEW(Imm) > 64 ||
222222
(RISCVVType::isAltFmt(Imm) &&

0 commit comments

Comments
 (0)