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é <f4...@amsat.org> > --- > target/mips/translate.c | 372 ---------------------------------------- > 1 file changed, 372 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~