Recent changes from Kito have an unused parameter. On the assumption that he's
going to likely want it as part of the API, I've simply removed the parameter's
name until such time as Kito needs it.
This should restore bootstrapping to the RISC-V port. Committing now rather
than waiting for the CI system given bootstrap builds currently fail.
* config/riscv/riscv.cc (riscv_arg_partial_bytes): Remove name
from unused parameter.
rtx
riscv_function_value (const_tree ret_type, const_tree fn_decl_or_type,
- bool outgoing)
+ bool)
{
struct riscv_arg_info info;
CUMULATIVE_ARGS args;