[Qemu-devel] [PULL 60/66] ppc: Don't generate dead code on unconditional branches

2016-09-05 Thread David Gibson
From: Benjamin Herrenschmidt We are always generating the "else" case of the condition even when generating an unconditional branch that will never hit it. Signed-off-by: Benjamin Herrenschmidt Reviewed-by: Richard Henderson Signed-off-by: David Gibson --- target-ppc/translate.c | 14 +++

[Qemu-devel] [PULL 60/66] ppc: Don't generate dead code on unconditional branches

2016-09-05 Thread David Gibson
From: Benjamin Herrenschmidt We are always generating the "else" case of the condition even when generating an unconditional branch that will never hit it. Signed-off-by: Benjamin Herrenschmidt Reviewed-by: Richard Henderson Signed-off-by: David Gibson --- target-ppc/translate.c | 14 +++