Re: [PATCH] target/cris: Remove superfluous breaks

2020-07-14 Thread Richard Henderson
On 7/12/20 5:34 PM, Yi Wang wrote: > From: Liao Pingfang > > Remove superfluous breaks, as there is a "return" before them. > > Signed-off-by: Liao Pingfang > --- > target/cris/translate.c | 7 +++ > target/cris/translate_v10.inc.c | 2 -- > 2 files changed, 3 insertions(+), 6 dele

[PATCH] target/cris: Remove superfluous breaks

2020-07-12 Thread Yi Wang
From: Liao Pingfang Remove superfluous breaks, as there is a "return" before them. Signed-off-by: Liao Pingfang --- target/cris/translate.c | 7 +++ target/cris/translate_v10.inc.c | 2 -- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/target/cris/translate.c b/targ