We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48f293 commit 397875fCopy full SHA for 397875f
llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
@@ -222,7 +222,6 @@ class RISCVAsmParser : public MCTargetAsmParser {
222
223
ParseStatus parseRegReg(OperandVector &Operands);
224
ParseStatus parseXSfmmVType(OperandVector &Operands);
225
- ParseStatus parseRetval(OperandVector &Operands);
226
ParseStatus parseZcmpStackAdj(OperandVector &Operands,
227
bool ExpectNegative = false);
228
ParseStatus parseZcmpNegStackAdj(OperandVector &Operands) {
0 commit comments