================ @@ -256,6 +258,7 @@ void RISCVInstPrinter::printSpimm(const MCInst *MI, unsigned OpNo, if (Opcode == RISCV::CM_PUSH) Spimm = -Spimm; + auto OS = markup(O, Markup::Immediate); ---------------- jrtc27 wrote: Unused https://github.com/llvm/llvm-project/pull/65853