From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfYdT-0007DK-V1 for qemu-devel@nongnu.org; Thu, 23 May 2013 12:45:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfYdL-0007Ze-JO for qemu-devel@nongnu.org; Thu, 23 May 2013 12:45:03 -0400 Received: from mail-ye0-f170.google.com ([209.85.213.170]:61406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfYdL-0007ZX-DL for qemu-devel@nongnu.org; Thu, 23 May 2013 12:44:55 -0400 Received: by mail-ye0-f170.google.com with SMTP id r5so3999yen.1 for ; Thu, 23 May 2013 09:44:54 -0700 (PDT) Sender: Richard Henderson Message-ID: <519E4782.6000103@twiddle.net> Date: Thu, 23 May 2013 09:44:50 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1369310404-5285-1-git-send-email-peter.maydell@linaro.org> <1369310404-5285-3-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1369310404-5285-3-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 02/10] target-arm: Remove gen_ld64() and gen_st64() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: John Rigby , patches@linaro.org, qemu-devel@nongnu.org, Blue Swirl , =?ISO-8859-1?Q?Andreas_F=E4rber?= , Aurelien Jarno On 05/23/2013 04:59 AM, Peter Maydell wrote: > gen_ld64() and gen_st64() are used only in one place, so just > expand them out. > > Signed-off-by: Peter Maydell > --- > target-arm/translate.c | 19 ++++--------------- > 1 file changed, 4 insertions(+), 15 deletions(-) Reviewed-by: Richard Henderson r~