|
From: | Richard Henderson |
Subject: | Re: [PATCH v3 13/24] disas/nanomips: Delete copy functions |
Date: | Tue, 13 Sep 2022 08:53:53 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 |
On 9/12/22 13:26, Milica Lazarevic wrote:
Functions that have just one parameter and simply return it have been deleted. Calls to these functions have been replaced with the argument itself. We're deleting following functions: - both versions of copy() - encode_s_from_address() - encode_u_from_address() - encode_lsb_from_pos_and_size() Signed-off-by: Milica Lazarevic<milica.lazarevic@syrmia.com> --- disas/nanomips.cpp | 3151 ++++++++++++++++++++++---------------------- 1 file changed, 1559 insertions(+), 1592 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |