Home
last modified time | relevance | path

Searched hist:"639368 dd685f89b0567b56304c62937ad0ef8248" (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c639368dd685f89b0567b56304c62937ad0ef8248 Tue Oct 09 19:53:06 UTC 2012 Aurelien Jarno <aurelien@aurel32.net> tcg: add temp_dead()

A lot of code is duplicated to mark a temporary as dead. Replace it
by temp_dead(), which in addition marks the temp as saved in memory
for globals and local temps, instead of doing this a posteriori in
temp_save().

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>