On 3/9/19 4:34 PM, Philippe Mathieu-Daudé wrote: > Optimize rotate_x() using tcg_gen_extract_i32(). We can now free the > 'sz' tcg_temp earlier. Since it is allocated with tcg_const_i32(), > free it with tcg_temp_free_i32(). > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > target/m68k/translate.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~