Skip to content

Commit 397875f

Browse files
committed
[RISCV] Remove unused function declaration. NFC
1 parent b48f293 commit 397875f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ class RISCVAsmParser : public MCTargetAsmParser {
222222

223223
ParseStatus parseRegReg(OperandVector &Operands);
224224
ParseStatus parseXSfmmVType(OperandVector &Operands);
225-
ParseStatus parseRetval(OperandVector &Operands);
226225
ParseStatus parseZcmpStackAdj(OperandVector &Operands,
227226
bool ExpectNegative = false);
228227
ParseStatus parseZcmpNegStackAdj(OperandVector &Operands) {

0 commit comments

Comments
 (0)