From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPryx-0004do-Vs for qemu-devel@nongnu.org; Tue, 18 Mar 2014 07:15:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPryt-0004fV-0g for qemu-devel@nongnu.org; Tue, 18 Mar 2014 07:14:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPrys-0004fQ-P2 for qemu-devel@nongnu.org; Tue, 18 Mar 2014 07:14:50 -0400 Message-ID: <53282A9F.8010904@redhat.com> Date: Tue, 18 Mar 2014 12:14:39 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1395055682-24686-1-git-send-email-pbonzini@redhat.com> <532739C6.1050608@twiddle.net> In-Reply-To: <532739C6.1050608@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-alpha: fix the braces List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org Il 17/03/2014 19:07, Richard Henderson ha scritto: > On 03/17/2014 04:28 AM, Paolo Bonzini wrote: >> Conform to coding style, and avoid further occurrences of bugs due to >> misplaced braces. >> >> Signed-off-by: Paolo Bonzini >> --- >> target-alpha/translate.c | 313 +++++++++++++++++++++++++++-------------------- >> 1 file changed, 180 insertions(+), 133 deletions(-) > > I was considering going through the alpha translator and dropping all the > highly unlikely tests and stuff that can now be handled by the tcg optimizers. > In the process I'd touch most of these lines and fix the conformance. > > But if we'd prefer to fix them all at once, that's fine too. > > Reviewed-by: Richard Henderson As you prefer---I submitted this patch just to follow up on my promise to check the braces separately from the other day's fix. Paolo