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 <pbonz...@redhat.com> > --- > 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 <r...@twiddle.net> r~