summaryrefslogtreecommitdiffstats
path: root/hw/core/qdev-fw.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-03-10 01:34:27 +0100
committerLaurent Vivier2019-05-17 00:30:47 +0200
commit60d3d0cfeb1658d2827d6a4f0df27252bb36baba (patch)
tree0365a11d4b7face484b59ab998f8305d84218231 /hw/core/qdev-fw.c
parenttarget/m68k: Fix a tcg_temp leak (diff)
downloadqemu-60d3d0cfeb1658d2827d6a4f0df27252bb36baba.tar.gz
qemu-60d3d0cfeb1658d2827d6a4f0df27252bb36baba.tar.xz
qemu-60d3d0cfeb1658d2827d6a4f0df27252bb36baba.zip
target/m68k: Optimize rotate_x() using extract_i32()
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é <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20190310003428.11723-6-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/core/qdev-fw.c')
0 files changed, 0 insertions, 0 deletions