File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
357357def 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
371371class UImm20OperandMaybeSym : RISCVUImmOp<20> {
372372 let MCOperandPredicate = [{
You can’t perform that action at this time.
0 commit comments