On 6/13/19 9:39 AM, Peter Maydell wrote: > Remove the now unused TCG globals cpu_F0s, cpu_F0d, cpu_F1s, cpu_F1d. > > cpu_M0 is still used by the iwmmxt code, and cpu_V0 and > cpu_V1 are used by both iwmmxt and Neon. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate.c | 12 ++---------- > 1 file changed, 2 insertions(+), 10 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~