diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfoZc.td b/llvm/lib/Target/RISCV/RISCVInstrInfoZc.td --- a/llvm/lib/Target/RISCV/RISCVInstrInfoZc.td +++ b/llvm/lib/Target/RISCV/RISCVInstrInfoZc.td @@ -131,7 +131,7 @@ class RVInstZcCPPP funct5, string opcodestr> : RVInst16<(outs), (ins rlist:$rlist, spimm:$spimm), - opcodestr, "{$rlist}, $spimm", [], InstFormatOther> { + opcodestr, "$rlist, $spimm", [], InstFormatOther> { bits<4> rlist; bits<16> spimm;