Skip to content

Commit 6e101e8

Browse files
committed
Nits
1 parent 46c8181 commit 6e101e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class BareSImm13Lsb0MaybeSym : Operand<OtherVT> {
353353
// A 13-bit signed immediate where the least significant bit is zero. The ImmLeaf
354354
// is needed so that the CompressInstEmitter can correctly add checks for the
355355
// compress patterns that involve instructions that use this operand. Similar to
356-
// bare_simm9_lsb0 in RISCVInstrINfoC.td.
356+
// bare_simm9_lsb0 in RISCVInstrInfoC.td.
357357
def bare_simm13_lsb0 : BareSImm13Lsb0MaybeSym,
358358
ImmLeaf<XLenVT, [{return isShiftedInt<12, 1>(Imm);}]> {
359359
let ParserMatchClass = BareSImmNLsb0AsmOperand<13>;
@@ -366,7 +366,7 @@ def bare_simm13_lsb0 : BareSImm13Lsb0MaybeSym,
366366
// We need this (sort of) duplicate definition since adding ImmLeaf to
367367
// bare_simm13_lsb0 above makes it not sit well with codegen patterns where it
368368
// is used to match with a basic block (eg. BccPat<>).
369-
def bare_simm13_lsb0_bb: BareSImm13Lsb0MaybeSym;
369+
def bare_simm13_lsb0_bb : BareSImm13Lsb0MaybeSym;
370370

371371
class UImm20OperandMaybeSym : RISCVUImmOp<20> {
372372
let MCOperandPredicate = [{

0 commit comments

Comments
 (0)