|
From: | Richard Henderson |
Subject: | Re: [RFC PATCH 13/42] target/mips: Remove 'C790 Multimedia Instructions' dead code |
Date: | Mon, 15 Feb 2021 08:32:31 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 2/14/21 9:58 AM, Philippe Mathieu-Daudé wrote: > We have almost 400 lines of code full of /* TODO */ comments > which end calling gen_reserved_instruction(). > > As we are not going to implement them, and all the caller's > switch() default cases already call gen_reserved_instruction(), > we can remove this altogether. > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > --- > target/mips/translate.c | 372 ---------------------------------------- > 1 file changed, 372 deletions(-) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |